#C3B1A1

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

Shades of Silk #C3B1A1

Tints of Silk #C3B1A1

Color information

#C3B1A1 (or 0xC3B1A1) is unknown color: approx Silk. HEX triplet: C3, B1 and A1. RGB value is (195,177,161). Sum of RGB (Red+Green+Blue) = 195+177+161=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B1A1 is #3C4E5E. Grayscale: #B4B4B4. Windows color (decimal): -3952223 or 10596803. OLE color: 10596803.

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

Color convert

RGB195177161-
CMYK00.090.170.24
HSL28.24º22.08%69.8%-
HSV(B)28.24º17.44%76.47%-
XYZ44.6645.6240.17-
YUV180.56116.96138.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=36.59%
G=33.21%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517716100.090.170.2428.2422.0869.8
HexC3B1A10911181c1646
Octal30326124101121303426106
Binary11000011101100011010000101001100011100011100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1A1; }

 p { color: rgb(195,177,161); }

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

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

 a { background-color: rgb(195,177,161); }

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

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

 span { border-color: rgb(195,177,161); }

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