#C3AB96

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

Shades of Silk #C3AB96

Tints of Silk #C3AB96

Color information

#C3AB96 (or 0xC3AB96) is unknown color: approx Silk. HEX triplet: C3, AB and 96. RGB value is (195,171,150). Sum of RGB (Red+Green+Blue) = 195+171+150=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB96 is #3C5469. Grayscale: #AFAFAF. Windows color (decimal): -3953770 or 9874371. OLE color: 9874371.

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

Color convert

RGB195171150-
CMYK00.120.230.24
HSL28º27.27%67.65%-
HSV(B)28º23.08%76.47%-
XYZ42.5742.9334.9-
YUV175.78113.45141.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=37.79%
G=33.14%
B=29.07%

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
Decimal19517115000.120.230.242827.2767.65
HexC3AB960C17181c1b44
Octal30325322601427303433104
Binary11000011101010111001011001100101111100011100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB96; }

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

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

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

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

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

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

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

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