#C5BFA4

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

Shades of Ash #C5BFA4

Tints of Ash #C5BFA4

Color information

#C5BFA4 (or 0xC5BFA4) is unknown color: approx Ash. HEX triplet: C5, BF and A4. RGB value is (197,191,164). Sum of RGB (Red+Green+Blue) = 197+191+164=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFA4 is #3A405B. Grayscale: #BDBDBD. Windows color (decimal): -3817564 or 10796997. OLE color: 10796997.

HSL color Cylindrical-coordinate representation of color #C5BFA4: hue angle of 49.09º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BFA4 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB197191164-
CMYK00.030.170.23
HSL49.09º22.15%70.78%-
HSV(B)49.09º16.75%77.25%-
XYZ48.3651.8142.57-
YUV189.72113.49133.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=35.69%
G=34.60%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719116400.030.170.2349.0922.1570.78
HexC5BFA4031117311647
Octal3052772440321276126107
Binary1100010110111111101001000111000110111110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFA4; }

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

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

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

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

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

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

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

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