Html Css Color HEX #CCA49E Eunry

📋 copy color: '#CCA49E'

red 204 ◦ green 164 ◦ blue 158

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

Shades of Eunry #CCA49E

Tints of Eunry #CCA49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.04%

R = 38.78%
G = 31.18%
B = 30.04%

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

#CCA49E (or 0xCCA49E) is known color: Eunry. HEX triplet: CC, A4 and 9E. RGB value is (204,164,158). Sum of RGB (Red+Green+Blue) = 204+164+158=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA49E is #335B61. Grayscale: #AFAFAF. Windows color (decimal): -3365730 or 10396876. OLE color: 10396876.

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

Color convert

RGB 204 164 158 -
CMYK 0 0.20 0.23 0.2
HSL 7.83º 0.31% 0.71% -
HSV(B) 7.83º 0.23% 0.8% -
XYZ 44.35 41.86 38.09 -
YUV 175.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 204 164 158 0 0.20 0.23 0.2 7.83 0.31 0.71
Hex CC A4 9E 0 14 17 14 8 1F 47
Octal 314 244 236 0 24 27 24 10 37 107
Binary 11001100 10100100 10011110 0 10100 10111 10100 1000 11111 1000111

Color Harmonies of #CCA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA49E

Black with #CCA49E

Text Example


Text Example

White with #CCA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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