#c4aca0

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

Shades of Silk #C4ACA0

Tints of Silk #C4ACA0

Color information

#C4ACA0 (or 0xC4ACA0) is unknown color: approx Silk. HEX triplet: C4, AC and A0. RGB value is (196,172,160). Sum of RGB (Red+Green+Blue) = 196+172+160=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACA0 is #3B535F. Grayscale: #B1B1B1. Windows color (decimal): -3887968 or 10529988. OLE color: 10529988.

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

Color convert

RGB196172160-
CMYK00.120.180.23
HSL20º23.38%69.8%-
HSV(B)20º18.37%76.86%-
XYZ43.8643.7839.4-
YUV177.81117.95140.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=37.12%
G=32.58%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617216000.120.180.232023.3869.8
HexC4ACA00C1217141746
Octal30425424001422272427106
Binary11000100101011001010000001100100101011110100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4aca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4aca0; }

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

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

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

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

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

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

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

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