#C8AACF

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

Shades of Prelude #C8AACF

Tints of Prelude #C8AACF

Color information

#C8AACF (or 0xC8AACF) is unknown color: approx Prelude. HEX triplet: C8, AA and CF. RGB value is (200,170,207). Sum of RGB (Red+Green+Blue) = 200+170+207=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AACF is #375530. Grayscale: #B7B7B7. Windows color (decimal): -3626289 or 13609672. OLE color: 13609672.

HSL color Cylindrical-coordinate representation of color #C8AACF: hue angle of 288.65º 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 #C8AACF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200170207-
CMYK0.030.1800.19
HSL288.65º27.82%73.92%-
HSV(B)288.65º17.87%81.18%-
XYZ49.4645.5365.21-
YUV183.19141.44139.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=34.66%
G=29.46%
B=35.88%

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
Decimal2001702070.030.1800.19288.6527.8273.92
HexC8AACF3120131211c4a
Octal31025231732202344134112
Binary1100100010101010110011111110010010011100100001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AACF; }

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

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

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

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

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

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

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

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