#C0AEA3

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

Shades of Silk #C0AEA3

Tints of Silk #C0AEA3

Color information

#C0AEA3 (or 0xC0AEA3) is unknown color: approx Silk. HEX triplet: C0, AE and A3. RGB value is (192,174,163). Sum of RGB (Red+Green+Blue) = 192+174+163=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEA3 is #3F515C. Grayscale: #B2B2B2. Windows color (decimal): -4149597 or 10727104. OLE color: 10727104.

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

Color convert

RGB192174163-
CMYK00.090.150.25
HSL22.76º18.71%69.61%-
HSV(B)22.76º15.1%75.29%-
XYZ43.4944.1240.87-
YUV178.13119.46137.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=36.29%
G=32.89%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217416300.090.150.2522.7618.7169.61
HexC0AEA309F19171346
Octal30025624301117312723106
Binary1100000010101110101000110100111111100110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEA3; }

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

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

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

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

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

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

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

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