#C3AACA

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

Shades of Prelude #C3AACA

Tints of Prelude #C3AACA

Color information

#C3AACA (or 0xC3AACA) is unknown color: approx Prelude. HEX triplet: C3, AA and CA. RGB value is (195,170,202). Sum of RGB (Red+Green+Blue) = 195+170+202=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AACA is #3C5535. Grayscale: #B5B5B5. Windows color (decimal): -3953974 or 13281987. OLE color: 13281987.

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

Color convert

RGB195170202-
CMYK0.030.1600.21
HSL286.88º23.19%72.94%-
HSV(B)286.88º15.84%79.22%-
XYZ47.5444.6261.98-
YUV181.12139.78137.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=34.39%
G=29.98%
B=35.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951702020.030.1600.21286.8823.1972.94
HexC3AACA31001511f1749
Octal30325231232002543727111
Binary1100001110101010110010101110000010101100011111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AACA; }

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

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

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

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

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

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

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

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