#C0AD9B

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

Shades of Silk #C0AD9B

Tints of Silk #C0AD9B

Color information

#C0AD9B (or 0xC0AD9B) is unknown color: approx Silk. HEX triplet: C0, AD and 9B. RGB value is (192,173,155). Sum of RGB (Red+Green+Blue) = 192+173+155=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD9B is #3F5264. Grayscale: #B0B0B0. Windows color (decimal): -4149861 or 10202560. OLE color: 10202560.

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

Color convert

RGB192173155-
CMYK00.100.190.25
HSL29.19º22.7%68.04%-
HSV(B)29.19º19.27%75.29%-
XYZ42.643.4637.15-
YUV176.63115.79138.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=36.92%
G=33.27%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217315500.100.190.2529.1922.768.04
HexC0AD9B0A13191d1744
Octal30025523301223313527104
Binary11000000101011011001101101010100111100111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AD9B; }

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

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

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

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

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

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

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

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