#C5C19D

Color #C5C19D Ash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ash #C5C19D

Tints of Ash #C5C19D

Color information

#C5C19D (or 0xC5C19D) is unknown color: approx Ash. HEX triplet: C5, C1 and 9D. RGB value is (197,193,157). Sum of RGB (Red+Green+Blue) = 197+193+157=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C19D is #3A3E62. Grayscale: #BEBEBE. Windows color (decimal): -3817059 or 10338757. OLE color: 10338757.

HSL color Cylindrical-coordinate representation of color #C5C19D: hue angle of 54º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5C19D is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197193157-
CMYK00.020.200.23
HSL54º25.64%69.41%-
HSV(B)54º20.3%77.25%-
XYZ48.1852.4439.48-
YUV190.09109.33132.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=36.01%
G=35.28%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719315700.020.200.235425.6469.41
HexC5C19D021417361a45
Octal3053012350224276632105
Binary1100010111000001100111010101010010111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C19D; }

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

 H1.HeaderClassName
 {
   color: #C5C19D;
 }
 .AnyTagClassName
 {
   color: #C5C19D;
 }
</style>
background-color css

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

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

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

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

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

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