#C2BDA3

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

Shades of Ash #C2BDA3

Tints of Ash #C2BDA3

Color information

#C2BDA3 (or 0xC2BDA3) is unknown color: approx Ash. HEX triplet: C2, BD and A3. RGB value is (194,189,163). Sum of RGB (Red+Green+Blue) = 194+189+163=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA3 is #3D425C. Grayscale: #BBBBBB. Windows color (decimal): -4014685 or 10730946. OLE color: 10730946.

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

Color convert

RGB194189163-
CMYK00.030.160.24
HSL50.32º20.26%70%-
HSV(B)50.32º15.98%76.08%-
XYZ47.0650.5141.92-
YUV187.53114.16132.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=35.53%
G=34.62%
B=29.85%

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
Decimal19418916300.030.160.2450.3220.2670
HexC2BDA3031018321446
Octal3022752430320306224106
Binary1100001010111101101000110111000011000110010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDA3; }

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

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

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

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

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

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

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

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