#CCAB9D

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

Shades of Eunry #CCAB9D

Tints of Eunry #CCAB9D

Color information

#CCAB9D (or 0xCCAB9D) is unknown color: approx Eunry. HEX triplet: CC, AB and 9D. RGB value is (204,171,157). Sum of RGB (Red+Green+Blue) = 204+171+157=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB9D is #335462. Grayscale: #B3B3B3. Windows color (decimal): -3363939 or 10333132. OLE color: 10333132.

HSL color Cylindrical-coordinate representation of color #CCAB9D: hue angle of 17.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAB9D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204171157-
CMYK00.160.230.2
HSL17.87º31.54%70.78%-
HSV(B)17.87º23.04%80%-
XYZ45.5544.438.07-
YUV179.27115.43145.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=38.35%
G=32.14%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417115700.160.230.217.8731.5470.78
HexCCAB9D0101714122047
Octal31425323502027242240107
Binary1100110010101011100111010100001011110100100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB9D; }

 p { color: rgb(204,171,157); }

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

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

 a { background-color: rgb(204,171,157); }

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

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

 span { border-color: rgb(204,171,157); }

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