#CCA39B

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

Shades of Eunry #CCA39B

Tints of Eunry #CCA39B

Color information

#CCA39B (or 0xCCA39B) is unknown color: approx Eunry. HEX triplet: CC, A3 and 9B. RGB value is (204,163,155). Sum of RGB (Red+Green+Blue) = 204+163+155=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA39B is #335C64. Grayscale: #AEAEAE. Windows color (decimal): -3365989 or 10200012. OLE color: 10200012.

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

Color convert

RGB204163155-
CMYK00.200.240.2
HSL9.8º32.45%70.39%-
HSV(B)9.8º24.02%80%-
XYZ43.9241.436.69-
YUV174.35117.08149.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=39.08%
G=31.23%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416315500.200.240.29.832.4570.39
HexCCA39B0141814a2046
Octal31424323302430241240106
Binary110011001010001110011011010100110001010010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA39B; }

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

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

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

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

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

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

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

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