#CEAA8B

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

Shades of Cameo #CEAA8B

Tints of Cameo #CEAA8B

Color information

#CEAA8B (or 0xCEAA8B) is unknown color: approx Cameo. HEX triplet: CE, AA and 8B. RGB value is (206,170,139). Sum of RGB (Red+Green+Blue) = 206+170+139=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA8B is #315574. Grayscale: #B1B1B1. Windows color (decimal): -3233141 or 9153230. OLE color: 9153230.

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

Color convert

RGB206170139-
CMYK00.170.330.19
HSL27.76º40.61%67.65%-
HSV(B)27.76º32.52%80.78%-
XYZ44.4943.7430.52-
YUV177.23106.43148.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=40%
G=33.01%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617013900.170.330.1927.7640.6167.65
HexCEAA8B01121131c2944
Octal31625221302141233451104
Binary11001110101010101000101101000110000110011111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA8B; }

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

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

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

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

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

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

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

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