#CEA18B

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

Shades of Cameo #CEA18B

Tints of Cameo #CEA18B

Color information

#CEA18B (or 0xCEA18B) is unknown color: approx Cameo. HEX triplet: CE, A1 and 8B. RGB value is (206,161,139). Sum of RGB (Red+Green+Blue) = 206+161+139=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA18B is #315E74. Grayscale: #ACACAC. Windows color (decimal): -3235445 or 9150926. OLE color: 9150926.

HSL color Cylindrical-coordinate representation of color #CEA18B: hue angle of 19.7º 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 #CEA18B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206161139-
CMYK00.220.330.19
HSL19.7º40.61%67.65%-
HSV(B)19.7º32.52%80.78%-
XYZ42.8640.4829.98-
YUV171.95109.41152.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=40.71%
G=31.82%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616113900.220.330.1919.740.6167.65
HexCEA18B0162113142944
Octal31624121302641232451104
Binary11001110101000011000101101011010000110011101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA18B; }

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

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

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

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

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

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

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

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