#C5BF9E

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

Shades of Ash #C5BF9E

Tints of Ash #C5BF9E

Color information

#C5BF9E (or 0xC5BF9E) is unknown color: approx Ash. HEX triplet: C5, BF and 9E. RGB value is (197,191,158). Sum of RGB (Red+Green+Blue) = 197+191+158=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF9E is #3A4061. Grayscale: #BDBDBD. Windows color (decimal): -3817570 or 10403781. OLE color: 10403781.

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

Color convert

RGB197191158-
CMYK00.030.200.23
HSL50.77º25.16%69.61%-
HSV(B)50.77º19.8%77.25%-
XYZ47.8351.639.79-
YUV189.03110.49133.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=36.08%
G=34.98%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719115800.030.200.2350.7725.1669.61
HexC5BF9E031417331946
Octal3052772360324276331106
Binary1100010110111111100111100111010010111110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF9E; }

 p { color: rgb(197,191,158); }

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

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

 a { background-color: rgb(197,191,158); }

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

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

 span { border-color: rgb(197,191,158); }

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