#C4BF9E

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

Shades of Ash #C4BF9E

Tints of Ash #C4BF9E

Color information

#C4BF9E (or 0xC4BF9E) is unknown color: approx Ash. HEX triplet: C4, BF and 9E. RGB value is (196,191,158). Sum of RGB (Red+Green+Blue) = 196+191+158=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF9E is #3B4061. Grayscale: #BCBCBC. Windows color (decimal): -3883106 or 10403780. OLE color: 10403780.

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

Color convert

RGB196191158-
CMYK00.030.190.23
HSL52.11º24.36%69.41%-
HSV(B)52.11º19.39%76.86%-
XYZ47.5751.4739.77-
YUV188.73110.66133.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=35.96%
G=35.05%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619115800.030.190.2352.1124.3669.41
HexC4BF9E031317341845
Octal3042772360323276430105
Binary1100010010111111100111100111001110111110100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF9E; }

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

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

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

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

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

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

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

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