#CCA19C

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

Shades of Eunry #CCA19C

Tints of Eunry #CCA19C

Color information

#CCA19C (or 0xCCA19C) is unknown color: approx Eunry. HEX triplet: CC, A1 and 9C. RGB value is (204,161,156). Sum of RGB (Red+Green+Blue) = 204+161+156=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA19C is #335E63. Grayscale: #ADADAD. Windows color (decimal): -3366500 or 10265036. OLE color: 10265036.

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

Color convert

RGB204161156-
CMYK00.210.240.2
HSL6.25º32%70.59%-
HSV(B)6.25º23.53%80%-
XYZ43.6540.7337.01-
YUV173.29118.25149.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=39.16%
G=30.90%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416115600.210.240.26.253270.59
HexCCA19C015181462047
Octal3142412340253024640107
Binary11001100101000011001110001010111000101001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA19C; }

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

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

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

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

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

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

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

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