#CEA98D

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

Shades of Cameo #CEA98D

Tints of Cameo #CEA98D

Color information

#CEA98D (or 0xCEA98D) is unknown color: approx Cameo. HEX triplet: CE, A9 and 8D. RGB value is (206,169,141). Sum of RGB (Red+Green+Blue) = 206+169+141=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA98D is #315672. Grayscale: #B1B1B1. Windows color (decimal): -3233395 or 9284046. OLE color: 9284046.

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

Color convert

RGB206169141-
CMYK00.180.320.19
HSL25.85º39.88%68.04%-
HSV(B)25.85º31.55%80.78%-
XYZ44.4543.4231.24-
YUV176.87107.76148.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=39.92%
G=32.75%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616914100.180.320.1925.8539.8868.04
HexCEA98D01220131a2844
Octal31625121502240233250104
Binary11001110101010011000110101001010000010011110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA98D; }

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

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

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

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

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

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

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

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