#C2BDA2

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

Shades of Ash #C2BDA2

Tints of Ash #C2BDA2

Color information

#C2BDA2 (or 0xC2BDA2) is unknown color: approx Ash. HEX triplet: C2, BD and A2. RGB value is (194,189,162). Sum of RGB (Red+Green+Blue) = 194+189+162=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA2 is #3D425D. Grayscale: #BBBBBB. Windows color (decimal): -4014686 or 10665410. OLE color: 10665410.

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

Color convert

RGB194189162-
CMYK00.030.160.24
HSL50.62º20.78%69.8%-
HSV(B)50.62º16.49%76.08%-
XYZ46.9750.4741.45-
YUV187.42113.66132.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=35.60%
G=34.68%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418916200.030.160.2450.6220.7869.8
HexC2BDA2031018331546
Octal3022752420320306325106
Binary1100001010111101101000100111000011000110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDA2; }

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

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

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

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

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

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

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

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