#CEAA82

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

Shades of Cameo #CEAA82

Tints of Cameo #CEAA82

Color information

#CEAA82 (or 0xCEAA82) is unknown color: approx Cameo. HEX triplet: CE, AA and 82. RGB value is (206,170,130). Sum of RGB (Red+Green+Blue) = 206+170+130=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA82 is #31557D. Grayscale: #B0B0B0. Windows color (decimal): -3233150 or 8563406. OLE color: 8563406.

HSL color Cylindrical-coordinate representation of color #CEAA82: hue angle of 31.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEAA82 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB206170130-
CMYK00.170.370.19
HSL31.58º43.68%65.88%-
HSV(B)31.58º36.89%80.78%-
XYZ43.8643.4827.2-
YUV176.2101.93149.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=40.71%
G=33.60%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617013000.170.370.1931.5843.6865.88
HexCEAA820112513202c42
Octal31625220202145234054102
Binary110011101010101010000010010001100101100111000001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA82; }

 p { color: rgb(206,170,130); }

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

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

 a { background-color: rgb(206,170,130); }

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

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

 span { border-color: rgb(206,170,130); }

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