#CCA19B

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

Shades of Eunry #CCA19B

Tints of Eunry #CCA19B

Color information

#CCA19B (or 0xCCA19B) is unknown color: approx Eunry. HEX triplet: CC, A1 and 9B. RGB value is (204,161,155). Sum of RGB (Red+Green+Blue) = 204+161+155=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA19B is #335E64. Grayscale: #ADADAD. Windows color (decimal): -3366501 or 10199500. OLE color: 10199500.

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

Color convert

RGB204161155-
CMYK00.210.240.2
HSL7.35º32.45%70.39%-
HSV(B)7.35º24.02%80%-
XYZ43.5640.6936.57-
YUV173.17117.75149.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=39.23%
G=30.96%
B=29.81%

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
Decimal20416115500.210.240.27.3532.4570.39
HexCCA19B015181472046
Octal3142412330253024740106
Binary11001100101000011001101101010111000101001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA19B; }

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

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

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

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

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

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

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

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