#CEAA8F

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

Shades of Cameo #CEAA8F

Tints of Cameo #CEAA8F

Color information

#CEAA8F (or 0xCEAA8F) is unknown color: approx Cameo. HEX triplet: CE, AA and 8F. RGB value is (206,170,143). Sum of RGB (Red+Green+Blue) = 206+170+143=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA8F is #315570. Grayscale: #B1B1B1. Windows color (decimal): -3233137 or 9415374. OLE color: 9415374.

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

Color convert

RGB206170143-
CMYK00.170.310.19
HSL25.71º39.13%68.43%-
HSV(B)25.71º30.58%80.78%-
XYZ44.7943.8532.09-
YUV177.69108.43148.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=39.69%
G=32.76%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617014300.170.310.1925.7139.1368.43
HexCEAA8F0111F131a2744
Octal31625221702137233247104
Binary1100111010101010100011110100011111110011110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA8F; }

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

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

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

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

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

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

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

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