#C7AB9C

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

Shades of Silk #C7AB9C

Tints of Silk #C7AB9C

Color information

#C7AB9C (or 0xC7AB9C) is unknown color: approx Silk. HEX triplet: C7, AB and 9C. RGB value is (199,171,156). Sum of RGB (Red+Green+Blue) = 199+171+156=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB9C is #385463. Grayscale: #B1B1B1. Windows color (decimal): -3691620 or 10267591. OLE color: 10267591.

HSL color Cylindrical-coordinate representation of color #C7AB9C: hue angle of 20.93º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7AB9C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB199171156-
CMYK00.140.220.22
HSL20.93º27.74%69.61%-
HSV(B)20.93º21.61%78.04%-
XYZ44.1243.6737.56-
YUV177.66115.78143.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=37.83%
G=32.51%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917115600.140.220.2220.9327.7469.61
HexC7AB9C0E1616151c46
Octal30725323401626262534106
Binary11000111101010111001110001110101101011010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB9C; }

 p { color: rgb(199,171,156); }

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

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

 a { background-color: rgb(199,171,156); }

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

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

 span { border-color: rgb(199,171,156); }

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