Html Css Color HEX #C5ABA0 Eunry

📋 copy color: '#C5ABA0'

red 197 ◦ green 171 ◦ blue 160

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

Shades of Eunry #C5ABA0

Tints of Eunry #C5ABA0

RGB

 RED value IS 197 (77.34% from 255) = 37.31%

 GREEN value IS 171 (67.19% from 255) = 32.39%

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

R = 37.31%
G = 32.39%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5ABA0 (or 0xC5ABA0) is known color: Eunry. HEX triplet: C5, AB and A0. RGB value is (197,171,160). Sum of RGB (Red+Green+Blue) = 197+171+160=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA0 is #3A545F. Grayscale: #B1B1B1. Windows color (decimal): -3822688 or 10529733. OLE color: 10529733.

HSL color Cylindrical-coordinate representation of color #C5ABA0: hue angle of 17.84º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5ABA0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 160 -
CMYK 0 0.13 0.19 0.23
HSL 17.84º 0.24% 0.7% -
HSV(B) 17.84º 0.19% 0.77% -
XYZ 43.93 43.53 39.35 -
YUV 177.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 197 171 160 0 0.13 0.19 0.23 17.84 0.24 0.7
Hex C5 AB A0 0 D 13 17 12 18 46
Octal 305 253 240 0 15 23 27 22 30 106
Binary 11000101 10101011 10100000 0 1101 10011 10111 10010 11000 1000110

Color Harmonies of #C5ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABA0

Black with #C5ABA0

Text Example


Text Example

White with #C5ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABA0; }

 p { color: rgb(197,171,160); }

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

background-color css

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

 a { background-color: rgb(197,171,160); }

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

border-color css

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

 span { border-color: rgb(197,171,160); }

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