#CCA89C

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

Shades of Eunry #CCA89C

Tints of Eunry #CCA89C

Color information

#CCA89C (or 0xCCA89C) is unknown color: approx Eunry. HEX triplet: CC, A8 and 9C. RGB value is (204,168,156). Sum of RGB (Red+Green+Blue) = 204+168+156=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA89C is #335763. Grayscale: #B1B1B1. Windows color (decimal): -3364708 or 10266828. OLE color: 10266828.

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

Color convert

RGB204168156-
CMYK00.180.240.2
HSL15º32%70.59%-
HSV(B)15º23.53%80%-
XYZ44.9143.2437.43-
YUV177.4115.93146.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=38.64%
G=31.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416815600.180.240.2153270.59
HexCCA89C0121814f2047
Octal31425023402230241740107
Binary110011001010100010011100010010110001010011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA89C; }

 p { color: rgb(204,168,156); }

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

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

 a { background-color: rgb(204,168,156); }

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

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

 span { border-color: rgb(204,168,156); }

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