Html Css Color HEX #CCA5A0 Eunry

📋 copy color: '#CCA5A0'

red 204 ◦ green 165 ◦ blue 160

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

Shades of Eunry #CCA5A0

Tints of Eunry #CCA5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.19%

 BLUE value IS 160 (62.89% from 255) = 30.25%

R = 38.56%
G = 31.19%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCA5A0 (or 0xCCA5A0) is known color: Eunry. HEX triplet: CC, A5 and A0. RGB value is (204,165,160). Sum of RGB (Red+Green+Blue) = 204+165+160=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA5A0 is #335A5F. Grayscale: #B0B0B0. Windows color (decimal): -3365472 or 10528204. OLE color: 10528204.

HSL color Cylindrical-coordinate representation of color #CCA5A0: hue angle of 6.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA5A0 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 160 -
CMYK 0 0.19 0.22 0.2
HSL 6.82º 0.3% 0.71% -
HSV(B) 6.82º 0.22% 0.8% -
XYZ 44.7 42.29 39.06 -
YUV 176.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 204 165 160 0 0.19 0.22 0.2 6.82 0.3 0.71
Hex CC A5 A0 0 13 16 14 7 1E 47
Octal 314 245 240 0 23 26 24 7 36 107
Binary 11001100 10100101 10100000 0 10011 10110 10100 111 11110 1000111

Color Harmonies of #CCA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5A0

Black with #CCA5A0

Text Example


Text Example

White with #CCA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5A0; }

 p { color: rgb(204,165,160); }

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

background-color css

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

 a { background-color: rgb(204,165,160); }

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

border-color css

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

 span { border-color: rgb(204,165,160); }

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