#C2BDA5

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

Shades of Ash #C2BDA5

Tints of Ash #C2BDA5

Color information

#C2BDA5 (or 0xC2BDA5) is unknown color: approx Ash. HEX triplet: C2, BD and A5. RGB value is (194,189,165). Sum of RGB (Red+Green+Blue) = 194+189+165=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA5 is #3D425A. Grayscale: #BBBBBB. Windows color (decimal): -4014683 or 10862018. OLE color: 10862018.

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

Color convert

RGB194189165-
CMYK00.030.150.24
HSL49.66º19.21%70.39%-
HSV(B)49.66º14.95%76.08%-
XYZ47.2450.5842.87-
YUV187.76115.16132.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 165 (64.84% from 255) = 30.11%
R=35.40%
G=34.49%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418916500.030.150.2449.6619.2170.39
HexC2BDA503F18321346
Octal3022752450317306223106
Binary110000101011110110100101011111111000110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDA5; }

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

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

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

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

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

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

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

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