#C9AACF

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

Shades of Prelude #C9AACF

Tints of Prelude #C9AACF

Color information

#C9AACF (or 0xC9AACF) is unknown color: approx Prelude. HEX triplet: C9, AA and CF. RGB value is (201,170,207). Sum of RGB (Red+Green+Blue) = 201+170+207=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AACF is #365530. Grayscale: #B7B7B7. Windows color (decimal): -3560753 or 13609673. OLE color: 13609673.

HSL color Cylindrical-coordinate representation of color #C9AACF: hue angle of 290.27º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9AACF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201170207-
CMYK0.030.1800.19
HSL290.27º27.82%73.92%-
HSV(B)290.27º17.87%81.18%-
XYZ49.7245.6765.23-
YUV183.49141.27140.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=34.78%
G=29.41%
B=35.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011702070.030.1800.19290.2727.8273.92
HexC9AACF3120131221c4a
Octal31125231732202344234112
Binary1100100110101010110011111110010010011100100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AACF; }

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

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

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

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

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

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

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

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