#C0AACD

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

Shades of Prelude #C0AACD

Tints of Prelude #C0AACD

Color information

#C0AACD (or 0xC0AACD) is unknown color: approx Prelude. HEX triplet: C0, AA and CD. RGB value is (192,170,205). Sum of RGB (Red+Green+Blue) = 192+170+205=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AACD is #3F5532. Grayscale: #B4B4B4. Windows color (decimal): -4150579 or 13478592. OLE color: 13478592.

HSL color Cylindrical-coordinate representation of color #C0AACD: hue angle of 277.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0AACD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192170205-
CMYK0.060.1700.20
HSL277.71º25.93%73.53%-
HSV(B)277.71º17.07%80.39%-
XYZ47.1344.3663.84-
YUV180.57141.79136.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=33.86%
G=29.98%
B=36.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921702050.060.1700.20277.7125.9373.53
HexC0AACD6110141161a4a
Octal30025231562102442632112
Binary11000000101010101100110111010001010100100010110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AACD; }

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

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

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

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

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

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

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

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