#C3BDA0

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

Shades of Ash #C3BDA0

Tints of Ash #C3BDA0

Color information

#C3BDA0 (or 0xC3BDA0) is unknown color: approx Ash. HEX triplet: C3, BD and A0. RGB value is (195,189,160). Sum of RGB (Red+Green+Blue) = 195+189+160=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDA0 is #3C425F. Grayscale: #BBBBBB. Windows color (decimal): -3949152 or 10534339. OLE color: 10534339.

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

Color convert

RGB195189160-
CMYK00.030.180.24
HSL49.71º22.58%69.61%-
HSV(B)49.71º17.95%76.47%-
XYZ47.0550.5440.53-
YUV187.49112.49133.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=35.85%
G=34.74%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518916000.030.180.2449.7122.5869.61
HexC3BDA0031218321746
Octal3032752400322306227106
Binary1100001110111101101000000111001011000110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDA0; }

 p { color: rgb(195,189,160); }

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

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

 a { background-color: rgb(195,189,160); }

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

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

 span { border-color: rgb(195,189,160); }

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