#C0AE9C

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

Shades of Silk #C0AE9C

Tints of Silk #C0AE9C

Color information

#C0AE9C (or 0xC0AE9C) is unknown color: approx Silk. HEX triplet: C0, AE and 9C. RGB value is (192,174,156). Sum of RGB (Red+Green+Blue) = 192+174+156=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE9C is #3F5163. Grayscale: #B1B1B1. Windows color (decimal): -4149604 or 10268352. OLE color: 10268352.

HSL color Cylindrical-coordinate representation of color #C0AE9C: hue angle of 30º degrees, saturation: 0.22, 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 #C0AE9C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192174156-
CMYK00.090.190.25
HSL30º22.22%68.24%-
HSV(B)30º18.75%75.29%-
XYZ42.8843.8837.66-
YUV177.33115.96138.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=36.78%
G=33.33%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217415600.090.190.253022.2268.24
HexC0AE9C0913191e1644
Octal30025623401123313626104
Binary11000000101011101001110001001100111100111110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE9C; }

 p { color: rgb(192,174,156); }

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

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

 a { background-color: rgb(192,174,156); }

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

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

 span { border-color: rgb(192,174,156); }

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