#C3BDA8

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

Shades of Ash #C3BDA8

Tints of Ash #C3BDA8

Color information

#C3BDA8 (or 0xC3BDA8) is unknown color: approx Ash. HEX triplet: C3, BD and A8. RGB value is (195,189,168). Sum of RGB (Red+Green+Blue) = 195+189+168=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDA8 is #3C4257. Grayscale: #BCBCBC. Windows color (decimal): -3949144 or 11058627. OLE color: 11058627.

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

Color convert

RGB195189168-
CMYK00.030.140.24
HSL46.67º18.37%71.18%-
HSV(B)46.67º13.85%76.47%-
XYZ47.7750.8244.34-
YUV188.4116.49132.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 168 (66.02% from 255) = 30.43%
R=35.33%
G=34.24%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518916800.030.140.2446.6718.3771.18
HexC3BDA803E182f1247
Octal3032752500316305722107
Binary110000111011110110101000011111011000101111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDA8; }

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

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

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

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

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

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

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

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