#C4AACF

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

Shades of Prelude #C4AACF

Tints of Prelude #C4AACF

Color information

#C4AACF (or 0xC4AACF) is unknown color: approx Prelude. HEX triplet: C4, AA and CF. RGB value is (196,170,207). Sum of RGB (Red+Green+Blue) = 196+170+207=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AACF is #3B5530. Grayscale: #B5B5B5. Windows color (decimal): -3888433 or 13609668. OLE color: 13609668.

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

Color convert

RGB196170207-
CMYK0.050.1800.19
HSL282.16º27.82%73.92%-
HSV(B)282.16º17.87%81.18%-
XYZ48.444.9965.16-
YUV181.99142.11137.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=34.21%
G=29.67%
B=36.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961702070.050.1800.19282.1627.8273.92
HexC4AACF51201311a1c4a
Octal30425231752202343234112
Binary11000100101010101100111110110010010011100011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AACF; }

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

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

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

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

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

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

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

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