#CEAA85

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

Shades of Cameo #CEAA85

Tints of Cameo #CEAA85

Color information

#CEAA85 (or 0xCEAA85) is unknown color: approx Cameo. HEX triplet: CE, AA and 85. RGB value is (206,170,133). Sum of RGB (Red+Green+Blue) = 206+170+133=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA85 is #31557A. Grayscale: #B0B0B0. Windows color (decimal): -3233147 or 8760014. OLE color: 8760014.

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

Color convert

RGB206170133-
CMYK00.170.350.19
HSL30.41º42.69%66.47%-
HSV(B)30.41º35.44%80.78%-
XYZ44.0643.5628.28-
YUV176.55103.43149.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=40.47%
G=33.40%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617013300.170.350.1930.4142.6966.47
HexCEAA8501123131e2b42
Octal31625220502143233653102
Binary11001110101010101000010101000110001110011111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA85; }

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

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

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

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

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

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

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

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