#C3BF9F

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

Shades of Ash #C3BF9F

Tints of Ash #C3BF9F

Color information

#C3BF9F (or 0xC3BF9F) is unknown color: approx Ash. HEX triplet: C3, BF and 9F. RGB value is (195,191,159). Sum of RGB (Red+Green+Blue) = 195+191+159=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF9F is #3C4060. Grayscale: #BCBCBC. Windows color (decimal): -3948641 or 10469315. OLE color: 10469315.

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

Color convert

RGB195191159-
CMYK00.020.180.24
HSL53.33º23.08%69.41%-
HSV(B)53.33º18.46%76.47%-
XYZ47.3951.3740.22-
YUV188.55111.33132.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=35.78%
G=35.05%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519115900.020.180.2453.3323.0869.41
HexC3BF9F021218351745
Octal3032772370222306527105
Binary1100001110111111100111110101001011000110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF9F; }

 p { color: rgb(195,191,159); }

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

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

 a { background-color: rgb(195,191,159); }

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

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

 span { border-color: rgb(195,191,159); }

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