#C0AEA2

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

Shades of Silk #C0AEA2

Tints of Silk #C0AEA2

Color information

#C0AEA2 (or 0xC0AEA2) is unknown color: approx Silk. HEX triplet: C0, AE and A2. RGB value is (192,174,162). Sum of RGB (Red+Green+Blue) = 192+174+162=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEA2 is #3F515D. Grayscale: #B2B2B2. Windows color (decimal): -4149598 or 10661568. OLE color: 10661568.

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

Color convert

RGB192174162-
CMYK00.090.160.25
HSL24º19.23%69.41%-
HSV(B)24º15.62%75.29%-
XYZ43.444.0940.4-
YUV178.01118.96137.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 162 (63.67% from 255) = 30.68%
R=36.36%
G=32.95%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217416200.090.160.252419.2369.41
HexC0AEA2091019181345
Octal30025624201120313023105
Binary11000000101011101010001001001100001100111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEA2; }

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

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

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

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

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

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

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

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