#C3AB98

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

Shades of Silk #C3AB98

Tints of Silk #C3AB98

Color information

#C3AB98 (or 0xC3AB98) is unknown color: approx Silk. HEX triplet: C3, AB and 98. RGB value is (195,171,152). Sum of RGB (Red+Green+Blue) = 195+171+152=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB98 is #3C5467. Grayscale: #B0B0B0. Windows color (decimal): -3953768 or 10005443. OLE color: 10005443.

HSL color Cylindrical-coordinate representation of color #C3AB98: hue angle of 26.51º 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 #C3AB98 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB195171152-
CMYK00.120.220.24
HSL26.51º26.38%68.04%-
HSV(B)26.51º22.05%76.47%-
XYZ42.7442.9935.75-
YUV176.01114.45141.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=37.64%
G=33.01%
B=29.34%

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
Decimal19517115200.120.220.2426.5126.3868.04
HexC3AB980C16181b1a44
Octal30325323001426303332104
Binary11000011101010111001100001100101101100011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB98; }

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

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

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

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

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

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

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

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