#C3AC9A

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

Shades of Silk #C3AC9A

Tints of Silk #C3AC9A

Color information

#C3AC9A (or 0xC3AC9A) is unknown color: approx Silk. HEX triplet: C3, AC and 9A. RGB value is (195,172,154). Sum of RGB (Red+Green+Blue) = 195+172+154=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC9A is #3C5365. Grayscale: #B0B0B0. Windows color (decimal): -3953510 or 10136771. OLE color: 10136771.

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

Color convert

RGB195172154-
CMYK00.120.210.24
HSL26.34º25.47%68.43%-
HSV(B)26.34º21.03%76.47%-
XYZ43.0943.4436.69-
YUV176.82115.12140.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=37.43%
G=33.01%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517215400.120.210.2426.3425.4768.43
HexC3AC9A0C15181a1944
Octal30325423201425303231104
Binary11000011101011001001101001100101011100011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC9A; }

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

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

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

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

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

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

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

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