#C2BD9C

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

Shades of Ash #C2BD9C

Tints of Ash #C2BD9C

Color information

#C2BD9C (or 0xC2BD9C) is unknown color: approx Ash. HEX triplet: C2, BD and 9C. RGB value is (194,189,156). Sum of RGB (Red+Green+Blue) = 194+189+156=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9C is #3D4263. Grayscale: #BABABA. Windows color (decimal): -4014692 or 10272194. OLE color: 10272194.

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

Color convert

RGB194189156-
CMYK00.030.200.24
HSL52.11º23.75%68.63%-
HSV(B)52.11º19.59%76.08%-
XYZ46.4550.2638.71-
YUV186.73110.66133.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=35.99%
G=35.06%
B=28.94%

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
Decimal19418915600.030.200.2452.1123.7568.63
HexC2BD9C031418341845
Octal3022752340324306430105
Binary1100001010111101100111000111010011000110100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD9C; }

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

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

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

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

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

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

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

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