#C0ACA2

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

Shades of Silk #C0ACA2

Tints of Silk #C0ACA2

Color information

#C0ACA2 (or 0xC0ACA2) is unknown color: approx Silk. HEX triplet: C0, AC and A2. RGB value is (192,172,162). Sum of RGB (Red+Green+Blue) = 192+172+162=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACA2 is #3F535D. Grayscale: #B0B0B0. Windows color (decimal): -4150110 or 10661056. OLE color: 10661056.

HSL color Cylindrical-coordinate representation of color #C0ACA2: hue angle of 20º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0ACA2 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192172162-
CMYK00.100.160.25
HSL20º19.23%69.41%-
HSV(B)20º15.62%75.29%-
XYZ43.0143.3240.28-
YUV176.84119.63138.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=36.50%
G=32.70%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217216200.100.160.252019.2369.41
HexC0ACA20A1019141345
Octal30025424201220312423105
Binary11000000101011001010001001010100001100110100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACA2; }

 p { color: rgb(192,172,162); }

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

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

 a { background-color: rgb(192,172,162); }

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

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

 span { border-color: rgb(192,172,162); }

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