#C2BD9A

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

Shades of Ash #C2BD9A

Tints of Ash #C2BD9A

Color information

#C2BD9A (or 0xC2BD9A) is unknown color: approx Ash. HEX triplet: C2, BD and 9A. RGB value is (194,189,154). Sum of RGB (Red+Green+Blue) = 194+189+154=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9A is #3D4265. Grayscale: #BABABA. Windows color (decimal): -4014694 or 10141122. OLE color: 10141122.

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

Color convert

RGB194189154-
CMYK00.030.210.24
HSL52.5º24.69%68.24%-
HSV(B)52.5º20.62%76.08%-
XYZ46.2850.237.82-
YUV186.51109.66133.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=36.13%
G=35.20%
B=28.68%

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
Decimal19418915400.030.210.2452.524.6968.24
HexC2BD9A031518341944
Octal3022752320325306431104
Binary1100001010111101100110100111010111000110100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD9A; }

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

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

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

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

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

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

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

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