#C99E76

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

Shades of Cameo #C99E76

Tints of Cameo #C99E76

Color information

#C99E76 (or 0xC99E76) is unknown color: approx Cameo. HEX triplet: C9, 9E and 76. RGB value is (201,158,118). Sum of RGB (Red+Green+Blue) = 201+158+118=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E76 is #366189. Grayscale: #A6A6A6. Windows color (decimal): -3563914 or 7773897. OLE color: 7773897.

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

Color convert

RGB201158118-
CMYK00.210.410.21
HSL28.92º43.46%62.55%-
HSV(B)28.92º41.29%78.82%-
XYZ39.5838.1822.42-
YUV166.3100.75152.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.14%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=42.14%
G=33.12%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115811800.210.410.2128.9243.4662.55
HexC99E7601529151d2b3f
Octal3112361660255125355377
Binary110010011001111011101100101011010011010111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99E76; }

 p { color: rgb(201,158,118); }

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

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

 a { background-color: rgb(201,158,118); }

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

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

 span { border-color: rgb(201,158,118); }

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