#C3ACA0

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

Shades of Silk #C3ACA0

Tints of Silk #C3ACA0

Color information

#C3ACA0 (or 0xC3ACA0) is unknown color: approx Silk. HEX triplet: C3, AC and A0. RGB value is (195,172,160). Sum of RGB (Red+Green+Blue) = 195+172+160=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACA0 is #3C535F. Grayscale: #B1B1B1. Windows color (decimal): -3953504 or 10529987. OLE color: 10529987.

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

Color convert

RGB195172160-
CMYK00.120.180.24
HSL20.57º22.58%69.61%-
HSV(B)20.57º17.95%76.47%-
XYZ43.643.6539.38-
YUV177.51118.12140.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=37.00%
G=32.64%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517216000.120.180.2420.5722.5869.61
HexC3ACA00C1218151746
Octal30325424001422302527106
Binary11000011101011001010000001100100101100010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACA0; }

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

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

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

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

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

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

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

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