#C3BD9D

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

Shades of Ash #C3BD9D

Tints of Ash #C3BD9D

Color information

#C3BD9D (or 0xC3BD9D) is unknown color: approx Ash. HEX triplet: C3, BD and 9D. RGB value is (195,189,157). Sum of RGB (Red+Green+Blue) = 195+189+157=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD9D is #3C4262. Grayscale: #BBBBBB. Windows color (decimal): -3949155 or 10337731. OLE color: 10337731.

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

Color convert

RGB195189157-
CMYK00.030.190.24
HSL50.53º24.05%69.02%-
HSV(B)50.53º19.49%76.47%-
XYZ46.7950.4339.17-
YUV187.15110.99133.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=36.04%
G=34.94%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518915700.030.190.2450.5324.0569.02
HexC3BD9D031318331845
Octal3032752350323306330105
Binary1100001110111101100111010111001111000110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD9D; }

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

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

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

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

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

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

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

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