#CEA29B

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

Shades of Eunry #CEA29B

Tints of Eunry #CEA29B

Color information

#CEA29B (or 0xCEA29B) is unknown color: approx Eunry. HEX triplet: CE, A2 and 9B. RGB value is (206,162,155). Sum of RGB (Red+Green+Blue) = 206+162+155=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA29B is #315D64. Grayscale: #AEAEAE. Windows color (decimal): -3235173 or 10199758. OLE color: 10199758.

HSL color Cylindrical-coordinate representation of color #CEA29B: hue angle of 8.24º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA29B is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206162155-
CMYK00.210.250.19
HSL8.24º34.23%70.78%-
HSV(B)8.24º24.76%80.78%-
XYZ44.2941.3336.65-
YUV174.36117.08150.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=39.39%
G=30.98%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616215500.210.250.198.2434.2370.78
HexCEA29B015191382247
Octal31624223302531231042107
Binary110011101010001010011011010101110011001110001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA29B; }

 p { color: rgb(206,162,155); }

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

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

 a { background-color: rgb(206,162,155); }

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

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

 span { border-color: rgb(206,162,155); }

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