#C0ADA2

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

Shades of Silk #C0ADA2

Tints of Silk #C0ADA2

Color information

#C0ADA2 (or 0xC0ADA2) is unknown color: approx Silk. HEX triplet: C0, AD and A2. RGB value is (192,173,162). Sum of RGB (Red+Green+Blue) = 192+173+162=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADA2 is #3F525D. Grayscale: #B1B1B1. Windows color (decimal): -4149854 or 10661312. OLE color: 10661312.

HSL color Cylindrical-coordinate representation of color #C0ADA2: hue angle of 22º 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 #C0ADA2 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192173162-
CMYK00.100.160.25
HSL22º19.23%69.41%-
HSV(B)22º15.62%75.29%-
XYZ43.243.740.34-
YUV177.43119.29138.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=36.43%
G=32.83%
B=30.74%

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
Decimal19217316200.100.160.252219.2369.41
HexC0ADA20A1019161345
Octal30025524201220312623105
Binary11000000101011011010001001010100001100110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADA2; }

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

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

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

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

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

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

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

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