Html Css Color HEX #CCA49D Eunry

📋 copy color: '#CCA49D'

red 204 ◦ green 164 ◦ blue 157

#CCA49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #CCA49D

Tints of Eunry #CCA49D

RGB

 RED value IS 204 (80.08% from 255) = 38.86%

 GREEN value IS 164 (64.45% from 255) = 31.24%

 BLUE value IS 157 (61.72% from 255) = 29.9%

R = 38.86%
G = 31.24%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCA49D (or 0xCCA49D) is known color: Eunry. HEX triplet: CC, A4 and 9D. RGB value is (204,164,157). Sum of RGB (Red+Green+Blue) = 204+164+157=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA49D is #335B62. Grayscale: #AFAFAF. Windows color (decimal): -3365731 or 10331340. OLE color: 10331340.

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

Color convert

RGB 204 164 157 -
CMYK 0 0.20 0.23 0.2
HSL 8.94º 0.32% 0.71% -
HSV(B) 8.94º 0.23% 0.8% -
XYZ 44.26 41.82 37.64 -
YUV 175.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 204 164 157 0 0.20 0.23 0.2 8.94 0.32 0.71
Hex CC A4 9D 0 14 17 14 9 20 47
Octal 314 244 235 0 24 27 24 11 40 107
Binary 11001100 10100100 10011101 0 10100 10111 10100 1001 100000 1000111

Color Harmonies of #CCA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA49D

Black with #CCA49D

Text Example


Text Example

White with #CCA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA49D; }

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

 H1.HeaderClassName
 {
   color: #CCA49D;
 }
 .AnyTagClassName
 {
   color: #CCA49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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