Html Css Color HEX #C5C1A0 Ash

📋 copy color: '#C5C1A0'

red 197 ◦ green 193 ◦ blue 160

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

Shades of Ash #C5C1A0

Tints of Ash #C5C1A0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

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

R = 35.82%
G = 35.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5C1A0 (or 0xC5C1A0) is known color: Ash. HEX triplet: C5, C1 and A0. RGB value is (197,193,160). Sum of RGB (Red+Green+Blue) = 197+193+160=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1A0 is #3A3E5F. Grayscale: #BEBEBE. Windows color (decimal): -3817056 or 10535365. OLE color: 10535365.

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

Color convert

RGB 197 193 160 -
CMYK 0 0.02 0.19 0.23
HSL 53.51º 0.24% 0.7% -
HSV(B) 53.51º 0.19% 0.77% -
XYZ 48.44 52.55 40.85 -
YUV 190.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 197 193 160 0 0.02 0.19 0.23 53.51 0.24 0.7
Hex C5 C1 A0 0 2 13 17 36 18 46
Octal 305 301 240 0 2 23 27 66 30 106
Binary 11000101 11000001 10100000 0 10 10011 10111 110110 11000 1000110

Color Harmonies of #C5C1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C1A0

Black with #C5C1A0

Text Example


Text Example

White with #C5C1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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