#C0AAC9

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

Shades of Prelude #C0AAC9

Tints of Prelude #C0AAC9

Color information

#C0AAC9 (or 0xC0AAC9) is unknown color: approx Prelude. HEX triplet: C0, AA and C9. RGB value is (192,170,201). Sum of RGB (Red+Green+Blue) = 192+170+201=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #C0AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAC9 is #3F5536. Grayscale: #B4B4B4. Windows color (decimal): -4150583 or 13216448. OLE color: 13216448.

HSL color Cylindrical-coordinate representation of color #C0AAC9: hue angle of 282.58º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0AAC9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192170201-
CMYK0.040.1500.21
HSL282.58º22.3%72.75%-
HSV(B)282.58º15.42%78.82%-
XYZ46.6644.1761.33-
YUV180.11139.79136.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=34.10%
G=30.20%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921702010.040.1500.21282.5822.372.75
HexC0AAC94F01511b1649
Octal30025231141702543326111
Binary1100000010101010110010011001111010101100011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAC9; }

 p { color: rgb(192,170,201); }

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

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

 a { background-color: rgb(192,170,201); }

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

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

 span { border-color: rgb(192,170,201); }

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