#CE9F76

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

Shades of Cameo #CE9F76

Tints of Cameo #CE9F76

Color information

#CE9F76 (or 0xCE9F76) is unknown color: approx Cameo. HEX triplet: CE, 9F and 76. RGB value is (206,159,118). Sum of RGB (Red+Green+Blue) = 206+159+118=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F76 is #316089. Grayscale: #A8A8A8. Windows color (decimal): -3235978 or 7774158. OLE color: 7774158.

HSL color Cylindrical-coordinate representation of color #CE9F76: hue angle of 27.95º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9F76 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB206159118-
CMYK00.230.430.19
HSL27.95º47.31%63.53%-
HSV(B)27.95º42.72%80.78%-
XYZ41.1239.2322.54-
YUV168.3899.57154.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=42.65%
G=32.92%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615911800.230.430.1927.9547.3163.53
HexCE9F760172B131c2f40
Octal31623716602753233457100
Binary1100111010011111111011001011110101110011111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F76; }

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

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

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

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

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

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

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

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