#C99F76

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

Shades of Cameo #C99F76

Tints of Cameo #C99F76

Color information

#C99F76 (or 0xC99F76) is unknown color: approx Cameo. HEX triplet: C9, 9F and 76. RGB value is (201,159,118). Sum of RGB (Red+Green+Blue) = 201+159+118=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F76 is #366089. Grayscale: #A7A7A7. Windows color (decimal): -3563658 or 7774153. OLE color: 7774153.

HSL color Cylindrical-coordinate representation of color #C99F76: hue angle of 29.64º 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 #C99F76 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB201159118-
CMYK00.210.410.21
HSL29.64º43.46%62.55%-
HSV(B)29.64º41.29%78.82%-
XYZ39.7638.5222.48-
YUV166.88100.41152.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=42.05%
G=33.26%
B=24.69%

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
Decimal20115911800.210.410.2129.6443.4662.55
HexC99F7601529151e2b3f
Octal3112371660255125365377
Binary110010011001111111101100101011010011010111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F76; }

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

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

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

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

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

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

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

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