#C5AB9E

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

Shades of Silk #C5AB9E

Tints of Silk #C5AB9E

Color information

#C5AB9E (or 0xC5AB9E) is unknown color: approx Silk. HEX triplet: C5, AB and 9E. RGB value is (197,171,158). Sum of RGB (Red+Green+Blue) = 197+171+158=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB9E is #3A5461. Grayscale: #B1B1B1. Windows color (decimal): -3822690 or 10398661. OLE color: 10398661.

HSL color Cylindrical-coordinate representation of color #C5AB9E: hue angle of 20º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AB9E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197171158-
CMYK00.130.200.23
HSL20º25.16%69.61%-
HSV(B)20º19.8%77.25%-
XYZ43.7643.4638.43-
YUV177.29117.11142.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=37.45%
G=32.51%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717115800.130.200.232025.1669.61
HexC5AB9E0D1417141946
Octal30525323601524272431106
Binary11000101101010111001111001101101001011110100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB9E; }

 p { color: rgb(197,171,158); }

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

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

 a { background-color: rgb(197,171,158); }

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

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

 span { border-color: rgb(197,171,158); }

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