#C2AB98

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

Shades of Silk #C2AB98

Tints of Silk #C2AB98

Color information

#C2AB98 (or 0xC2AB98) is unknown color: approx Silk. HEX triplet: C2, AB and 98. RGB value is (194,171,152). Sum of RGB (Red+Green+Blue) = 194+171+152=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB98 is #3D5467. Grayscale: #AFAFAF. Windows color (decimal): -4019304 or 10005442. OLE color: 10005442.

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

Color convert

RGB194171152-
CMYK00.120.220.24
HSL27.14º25.61%67.84%-
HSV(B)27.14º21.65%76.08%-
XYZ42.4842.8635.74-
YUV175.71114.62141.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=37.52%
G=33.08%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417115200.120.220.2427.1425.6167.84
HexC2AB980C16181b1a44
Octal30225323001426303332104
Binary11000010101010111001100001100101101100011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB98; }

 p { color: rgb(194,171,152); }

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

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

 a { background-color: rgb(194,171,152); }

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

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

 span { border-color: rgb(194,171,152); }

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