#C3AACF

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

Shades of Prelude #C3AACF

Tints of Prelude #C3AACF

Color information

#C3AACF (or 0xC3AACF) is unknown color: approx Prelude. HEX triplet: C3, AA and CF. RGB value is (195,170,207). Sum of RGB (Red+Green+Blue) = 195+170+207=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AACF is #3C5530. Grayscale: #B5B5B5. Windows color (decimal): -3953969 or 13609667. OLE color: 13609667.

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

Color convert

RGB195170207-
CMYK0.060.1800.19
HSL280.54º27.82%73.92%-
HSV(B)280.54º17.87%81.18%-
XYZ48.1444.8665.15-
YUV181.69142.28137.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=34.09%
G=29.72%
B=36.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951702070.060.1800.19280.5427.8273.92
HexC3AACF6120131191c4a
Octal30325231762202343134112
Binary11000011101010101100111111010010010011100011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AACF; }

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

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

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

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

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

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

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

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