#C4BFA0

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

Shades of Ash #C4BFA0

Tints of Ash #C4BFA0

Color information

#C4BFA0 (or 0xC4BFA0) is unknown color: approx Ash. HEX triplet: C4, BF and A0. RGB value is (196,191,160). Sum of RGB (Red+Green+Blue) = 196+191+160=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFA0 is #3B405F. Grayscale: #BDBDBD. Windows color (decimal): -3883104 or 10534852. OLE color: 10534852.

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

Color convert

RGB196191160-
CMYK00.030.180.23
HSL51.67º23.38%69.8%-
HSV(B)51.67º18.37%76.86%-
XYZ47.7451.5440.69-
YUV188.96111.66133.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=35.83%
G=34.92%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619116000.030.180.2351.6723.3869.8
HexC4BFA0031217341746
Octal3042772400322276427106
Binary1100010010111111101000000111001010111110100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFA0; }

 p { color: rgb(196,191,160); }

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

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

 a { background-color: rgb(196,191,160); }

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

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

 span { border-color: rgb(196,191,160); }

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