#C4BDA8

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

Shades of Ash #C4BDA8

Tints of Ash #C4BDA8

Color information

#C4BDA8 (or 0xC4BDA8) is unknown color: approx Ash. HEX triplet: C4, BD and A8. RGB value is (196,189,168). Sum of RGB (Red+Green+Blue) = 196+189+168=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BDA8 is #3B4257. Grayscale: #BCBCBC. Windows color (decimal): -3883608 or 11058628. OLE color: 11058628.

HSL color Cylindrical-coordinate representation of color #C4BDA8: hue angle of 45º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BDA8 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB196189168-
CMYK00.040.140.23
HSL45º19.18%71.37%-
HSV(B)45º14.29%76.86%-
XYZ48.0350.9644.35-
YUV188.7116.32133.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 168 (66.02% from 255) = 30.38%
R=35.44%
G=34.18%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618916800.040.140.234519.1871.37
HexC4BDA804E172d1347
Octal3042752500416275523107
Binary1100010010111101101010000100111010111101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDA8; }

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

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

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

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

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

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

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

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