#CEAB87

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

Shades of Cameo #CEAB87

Tints of Cameo #CEAB87

Color information

#CEAB87 (or 0xCEAB87) is unknown color: approx Cameo. HEX triplet: CE, AB and 87. RGB value is (206,171,135). Sum of RGB (Red+Green+Blue) = 206+171+135=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB87 is #315478. Grayscale: #B1B1B1. Windows color (decimal): -3232889 or 8891342. OLE color: 8891342.

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

Color convert

RGB206171135-
CMYK00.170.340.19
HSL30.42º42.01%66.86%-
HSV(B)30.42º34.47%80.78%-
XYZ44.394429.07-
YUV177.36104.1148.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=40.23%
G=33.40%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617113500.170.340.1930.4242.0166.86
HexCEAB8701122131e2a43
Octal31625320702142233652103
Binary11001110101010111000011101000110001010011111101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB87; }

 p { color: rgb(206,171,135); }

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

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

 a { background-color: rgb(206,171,135); }

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

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

 span { border-color: rgb(206,171,135); }

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