#C0AB97

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

Shades of Silk #C0AB97

Tints of Silk #C0AB97

Color information

#C0AB97 (or 0xC0AB97) is unknown color: approx Silk. HEX triplet: C0, AB and 97. RGB value is (192,171,151). Sum of RGB (Red+Green+Blue) = 192+171+151=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AB97 is #3F5468. Grayscale: #AFAFAF. Windows color (decimal): -4150377 or 9939904. OLE color: 9939904.

HSL color Cylindrical-coordinate representation of color #C0AB97: hue angle of 29.27º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AB97 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192171151-
CMYK00.110.210.25
HSL29.27º24.55%67.25%-
HSV(B)29.27º21.35%75.29%-
XYZ41.8942.5735.29-
YUV175114.46140.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=37.35%
G=33.27%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217115100.110.210.2529.2724.5567.25
HexC0AB970B15191d1943
Octal30025322701325313531103
Binary11000000101010111001011101011101011100111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB97; }

 p { color: rgb(192,171,151); }

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

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

 a { background-color: rgb(192,171,151); }

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

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

 span { border-color: rgb(192,171,151); }

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