#C99C79

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

Shades of Cameo #C99C79

Tints of Cameo #C99C79

Color information

#C99C79 (or 0xC99C79) is unknown color: approx Cameo. HEX triplet: C9, 9C and 79. RGB value is (201,156,121). Sum of RGB (Red+Green+Blue) = 201+156+121=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C79 is #366386. Grayscale: #A5A5A5. Windows color (decimal): -3564423 or 7969993. OLE color: 7969993.

HSL color Cylindrical-coordinate representation of color #C99C79: hue angle of 26.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C99C79 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB201156121-
CMYK00.220.400.21
HSL26.25º42.55%63.14%-
HSV(B)26.25º39.8%78.82%-
XYZ39.4337.5723.26-
YUV165.46102.91153.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=42.05%
G=32.64%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115612100.220.400.2126.2542.5563.14
HexC99C7901628151a2b3f
Octal3112341710265025325377
Binary110010011001110011110010101101010001010111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C79; }

 p { color: rgb(201,156,121); }

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

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

 a { background-color: rgb(201,156,121); }

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

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

 span { border-color: rgb(201,156,121); }

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