#CCA19E

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

Shades of Eunry #CCA19E

Tints of Eunry #CCA19E

Color information

#CCA19E (or 0xCCA19E) is unknown color: approx Eunry. HEX triplet: CC, A1 and 9E. RGB value is (204,161,158). Sum of RGB (Red+Green+Blue) = 204+161+158=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA19E is #335E61. Grayscale: #ADADAD. Windows color (decimal): -3366498 or 10396108. OLE color: 10396108.

HSL color Cylindrical-coordinate representation of color #CCA19E: hue angle of 3.91º degrees, saturation: 0.31, 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 #CCA19E is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204161158-
CMYK00.210.230.2
HSL3.91º31.08%70.98%-
HSV(B)3.91º22.55%80%-
XYZ43.8240.837.91-
YUV173.52119.25149.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=39.01%
G=30.78%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416115800.210.230.23.9131.0870.98
HexCCA19E015171441f47
Octal3142412360252724437107
Binary1100110010100001100111100101011011110100100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA19E; }

 p { color: rgb(204,161,158); }

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

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

 a { background-color: rgb(204,161,158); }

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

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

 span { border-color: rgb(204,161,158); }

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