#C3BD9F

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

Shades of Ash #C3BD9F

Tints of Ash #C3BD9F

Color information

#C3BD9F (or 0xC3BD9F) is unknown color: approx Ash. HEX triplet: C3, BD and 9F. RGB value is (195,189,159). Sum of RGB (Red+Green+Blue) = 195+189+159=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD9F is #3C4260. Grayscale: #BBBBBB. Windows color (decimal): -3949153 or 10468803. OLE color: 10468803.

HSL color Cylindrical-coordinate representation of color #C3BD9F: hue angle of 50º 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 #C3BD9F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195189159-
CMYK00.030.180.24
HSL50º23.08%69.41%-
HSV(B)50º18.46%76.47%-
XYZ46.9650.540.07-
YUV187.37111.99133.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=35.91%
G=34.81%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518915900.030.180.245023.0869.41
HexC3BD9F031218321745
Octal3032752370322306227105
Binary1100001110111101100111110111001011000110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD9F; }

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

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

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

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

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

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

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

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