#CCA29D

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

Shades of Eunry #CCA29D

Tints of Eunry #CCA29D

Color information

#CCA29D (or 0xCCA29D) is unknown color: approx Eunry. HEX triplet: CC, A2 and 9D. RGB value is (204,162,157). Sum of RGB (Red+Green+Blue) = 204+162+157=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA29D is #335D62. Grayscale: #AEAEAE. Windows color (decimal): -3366243 or 10330828. OLE color: 10330828.

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

Color convert

RGB204162157-
CMYK00.210.230.2
HSL6.38º31.54%70.78%-
HSV(B)6.38º23.04%80%-
XYZ43.9141.1137.52-
YUV173.99118.41149.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=39.01%
G=30.98%
B=30.02%

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
Decimal20416215700.210.230.26.3831.5470.78
HexCCA29D015171462047
Octal3142422350252724640107
Binary11001100101000101001110101010110111101001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA29D; }

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

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

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

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

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

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

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

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