#CEAA7B

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

Shades of Cameo #CEAA7B

Tints of Cameo #CEAA7B

Color information

#CEAA7B (or 0xCEAA7B) is unknown color: approx Cameo. HEX triplet: CE, AA and 7B. RGB value is (206,170,123). Sum of RGB (Red+Green+Blue) = 206+170+123=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA7B is #315584. Grayscale: #AFAFAF. Windows color (decimal): -3233157 or 8104654. OLE color: 8104654.

HSL color Cylindrical-coordinate representation of color #CEAA7B: hue angle of 33.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEAA7B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206170123-
CMYK00.170.400.19
HSL33.98º45.86%64.51%-
HSV(B)33.98º40.29%80.78%-
XYZ43.443.324.81-
YUV175.4198.43149.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 123 (48.44% from 255) = 24.65%
R=41.28%
G=34.07%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617012300.170.400.1933.9845.8664.51
HexCEAA7B0112813222e41
Octal31625217302150234256101
Binary11001110101010101111011010001101000100111000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA7B; }

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

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

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

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

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

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

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

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