#C2BD9B

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

Shades of Ash #C2BD9B

Tints of Ash #C2BD9B

Color information

#C2BD9B (or 0xC2BD9B) is unknown color: approx Ash. HEX triplet: C2, BD and 9B. RGB value is (194,189,155). Sum of RGB (Red+Green+Blue) = 194+189+155=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9B is #3D4264. Grayscale: #BABABA. Windows color (decimal): -4014693 or 10206658. OLE color: 10206658.

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

Color convert

RGB194189155-
CMYK00.030.200.24
HSL52.31º24.22%68.43%-
HSV(B)52.31º20.1%76.08%-
XYZ46.3650.2338.26-
YUV186.62110.16133.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=36.06%
G=35.13%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418915500.030.200.2452.3124.2268.43
HexC2BD9B031418341844
Octal3022752330324306430104
Binary1100001010111101100110110111010011000110100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD9B; }

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

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

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

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

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

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

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

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