#C3AB97

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

Shades of Silk #C3AB97

Tints of Silk #C3AB97

Color information

#C3AB97 (or 0xC3AB97) is unknown color: approx Silk. HEX triplet: C3, AB and 97. RGB value is (195,171,151). Sum of RGB (Red+Green+Blue) = 195+171+151=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB97 is #3C5468. Grayscale: #B0B0B0. Windows color (decimal): -3953769 or 9939907. OLE color: 9939907.

HSL color Cylindrical-coordinate representation of color #C3AB97: hue angle of 27.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3AB97 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB195171151-
CMYK00.120.230.24
HSL27.27º26.83%67.84%-
HSV(B)27.27º22.56%76.47%-
XYZ42.6542.9635.32-
YUV175.9113.95141.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=37.72%
G=33.08%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517115100.120.230.2427.2726.8367.84
HexC3AB970C17181b1b44
Octal30325322701427303333104
Binary11000011101010111001011101100101111100011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB97; }

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

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

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

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

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

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

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

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