#CCA39D

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

Shades of Eunry #CCA39D

Tints of Eunry #CCA39D

Color information

#CCA39D (or 0xCCA39D) is unknown color: approx Eunry. HEX triplet: CC, A3 and 9D. RGB value is (204,163,157). Sum of RGB (Red+Green+Blue) = 204+163+157=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA39D is #335C62. Grayscale: #AEAEAE. Windows color (decimal): -3365987 or 10331084. OLE color: 10331084.

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

Color convert

RGB204163157-
CMYK00.200.230.2
HSL7.66º31.54%70.78%-
HSV(B)7.66º23.04%80%-
XYZ44.0841.4737.58-
YUV174.58118.08148.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=38.93%
G=31.11%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416315700.200.230.27.6631.5470.78
HexCCA39D014171482047
Octal31424323502427241040107
Binary110011001010001110011101010100101111010010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA39D; }

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

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

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

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

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

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

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

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