#C0B1A0

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

Shades of Silk #C0B1A0

Tints of Silk #C0B1A0

Color information

#C0B1A0 (or 0xC0B1A0) is unknown color: approx Silk. HEX triplet: C0, B1 and A0. RGB value is (192,177,160). Sum of RGB (Red+Green+Blue) = 192+177+160=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B1A0 is #3F4E5F. Grayscale: #B3B3B3. Windows color (decimal): -4148832 or 10531264. OLE color: 10531264.

HSL color Cylindrical-coordinate representation of color #C0B1A0: hue angle of 31.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0B1A0 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192177160-
CMYK00.080.170.25
HSL31.88º20.25%69.02%-
HSV(B)31.88º16.67%75.29%-
XYZ43.8145.1939.67-
YUV179.55116.97136.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=36.29%
G=33.46%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217716000.080.170.2531.8820.2569.02
HexC0B1A0081119201445
Octal30026124001021314024105
Binary110000001011000110100000010001000111001100000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1A0; }

 p { color: rgb(192,177,160); }

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

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

 a { background-color: rgb(192,177,160); }

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

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

 span { border-color: rgb(192,177,160); }

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