#c9716c

Color #C9716C Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C9716C

Tints of Contessa #C9716C

Color information

#C9716C (or 0xC9716C) is unknown color: approx Contessa. HEX triplet: C9, 71 and 6C. RGB value is (201,113,108). Sum of RGB (Red+Green+Blue) = 201+113+108=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9716C is #368E93. Grayscale: #8A8A8A. Windows color (decimal): -3575444 or 7107017. OLE color: 7107017.

HSL color Cylindrical-coordinate representation of color #C9716C: hue angle of 3.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9716C is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201113108-
CMYK00.440.460.21
HSL3.23º46.27%60.59%-
HSV(B)3.23º46.27%78.82%-
XYZ32.725.3117.35-
YUV138.74110.65172.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=47.63%
G=26.78%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111310800.440.460.213.2346.2760.59
HexC9716C02C2E1532e3d
Octal311161154054562535675
Binary110010011110001110110001011001011101010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9716c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9716c; }

 p { color: rgb(201,113,108); }

 H1.HeaderClassName
 {
   color: #c9716c;
 }
 .AnyTagClassName
 {
   color: #c9716c;
 }
</style>
background-color css

<style>
 a { background-color: #c9716c; }

 a { background-color: rgb(201,113,108); }

 div.DivClassName
 {
   background-color: #c9716c;
 }
 .BgClassName
 {
   background-color: #c9716c;
 }
</style>
border-color css

<style>
 span { border-color: #c9716c; }

 span { border-color: rgb(201,113,108); }

 td.TdClassName
 {
   border-color: #c9716c;
 }
 .TagClassName
 {
   border-color: #c9716c;
 }
</style>