#CEA98A

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

Shades of Cameo #CEA98A

Tints of Cameo #CEA98A

Color information

#CEA98A (or 0xCEA98A) is unknown color: approx Cameo. HEX triplet: CE, A9 and 8A. RGB value is (206,169,138). Sum of RGB (Red+Green+Blue) = 206+169+138=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA98A is #315675. Grayscale: #B0B0B0. Windows color (decimal): -3233398 or 9087438. OLE color: 9087438.

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

Color convert

RGB206169138-
CMYK00.180.330.19
HSL27.35º40.96%67.45%-
HSV(B)27.35º33.01%80.78%-
XYZ44.2343.3330.08-
YUV176.53106.26149.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=40.16%
G=32.94%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616913800.180.330.1927.3540.9667.45
HexCEA98A01221131b2943
Octal31625121202241233351103
Binary11001110101010011000101001001010000110011110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA98A; }

 p { color: rgb(206,169,138); }

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

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

 a { background-color: rgb(206,169,138); }

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

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

 span { border-color: rgb(206,169,138); }

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