#CE9B9A

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

Shades of Eunry #CE9B9A

Tints of Eunry #CE9B9A

Color information

#CE9B9A (or 0xCE9B9A) is unknown color: approx Eunry. HEX triplet: CE, 9B and 9A. RGB value is (206,155,154). Sum of RGB (Red+Green+Blue) = 206+155+154=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9B9A is #316465. Grayscale: #AAAAAA. Windows color (decimal): -3236966 or 10132430. OLE color: 10132430.

HSL color Cylindrical-coordinate representation of color #CE9B9A: hue angle of 1.15º degrees, saturation: 0.35, 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 #CE9B9A is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206155154-
CMYK00.250.250.19
HSL1.15º34.67%70.59%-
HSV(B)1.15º25.24%80.78%-
XYZ43.0138.935.81-
YUV170.14118.9153.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=40%
G=30.10%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615515400.250.250.191.1534.6770.59
HexCE9B9A019191312347
Octal3162332320313123143107
Binary110011101001101110011010011001110011001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B9A; }

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

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

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

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

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

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

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

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