#C2AACA

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

Shades of Prelude #C2AACA

Tints of Prelude #C2AACA

Color information

#C2AACA (or 0xC2AACA) is unknown color: approx Prelude. HEX triplet: C2, AA and CA. RGB value is (194,170,202). Sum of RGB (Red+Green+Blue) = 194+170+202=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACA is #3D5535. Grayscale: #B4B4B4. Windows color (decimal): -4019510 or 13281986. OLE color: 13281986.

HSL color Cylindrical-coordinate representation of color #C2AACA: hue angle of 285º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2AACA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194170202-
CMYK0.040.1600.21
HSL285º23.19%72.94%-
HSV(B)285º15.84%79.22%-
XYZ47.2844.4861.97-
YUV180.82139.95137.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=34.28%
G=30.04%
B=35.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941702020.040.1600.2128523.1972.94
HexC2AACA41001511d1749
Octal30225231242002543527111
Binary11000010101010101100101010010000010101100011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AACA; }

 p { color: rgb(194,170,202); }

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

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

 a { background-color: rgb(194,170,202); }

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

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

 span { border-color: rgb(194,170,202); }

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