#C3B0A0

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

Shades of Silk #C3B0A0

Tints of Silk #C3B0A0

Color information

#C3B0A0 (or 0xC3B0A0) is unknown color: approx Silk. HEX triplet: C3, B0 and A0. RGB value is (195,176,160). Sum of RGB (Red+Green+Blue) = 195+176+160=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0A0 is #3C4F5F. Grayscale: #B3B3B3. Windows color (decimal): -3952480 or 10531011. OLE color: 10531011.

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

Color convert

RGB195176160-
CMYK00.100.180.24
HSL27.43º22.58%69.61%-
HSV(B)27.43º17.95%76.47%-
XYZ44.3845.1939.64-
YUV179.86116.79138.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=36.72%
G=33.15%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517616000.100.180.2427.4322.5869.61
HexC3B0A00A12181b1746
Octal30326024001222303327106
Binary11000011101100001010000001010100101100011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0A0; }

 p { color: rgb(195,176,160); }

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

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

 a { background-color: rgb(195,176,160); }

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

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

 span { border-color: rgb(195,176,160); }

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