#C3BD9A

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

Shades of Ash #C3BD9A

Tints of Ash #C3BD9A

Color information

#C3BD9A (or 0xC3BD9A) is unknown color: approx Ash. HEX triplet: C3, BD and 9A. RGB value is (195,189,154). Sum of RGB (Red+Green+Blue) = 195+189+154=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD9A is #3C4265. Grayscale: #BABABA. Windows color (decimal): -3949158 or 10141123. OLE color: 10141123.

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

Color convert

RGB195189154-
CMYK00.030.210.24
HSL51.22º25.47%68.43%-
HSV(B)51.22º21.03%76.47%-
XYZ46.5450.3337.83-
YUV186.8109.49133.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=36.25%
G=35.13%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518915400.030.210.2451.2225.4768.43
HexC3BD9A031518331944
Octal3032752320325306331104
Binary1100001110111101100110100111010111000110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD9A; }

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

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

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

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

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

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

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

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