#C3AB95

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

Shades of Silk #C3AB95

Tints of Silk #C3AB95

Color information

#C3AB95 (or 0xC3AB95) is unknown color: approx Silk. HEX triplet: C3, AB and 95. RGB value is (195,171,149). Sum of RGB (Red+Green+Blue) = 195+171+149=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB95 is #3C546A. Grayscale: #AFAFAF. Windows color (decimal): -3953771 or 9808835. OLE color: 9808835.

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

Color convert

RGB195171149-
CMYK00.120.240.24
HSL28.7º27.71%67.45%-
HSV(B)28.7º23.59%76.47%-
XYZ42.4942.934.47-
YUV175.67112.95141.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=37.86%
G=33.20%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517114900.120.240.2428.727.7167.45
HexC3AB950C18181d1c43
Octal30325322501430303534103
Binary11000011101010111001010101100110001100011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB95; }

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

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

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

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

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

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

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

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