#C5A7CE

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

Shades of Prelude #C5A7CE

Tints of Prelude #C5A7CE

Color information

#C5A7CE (or 0xC5A7CE) is unknown color: approx Prelude. HEX triplet: C5, A7 and CE. RGB value is (197,167,206). Sum of RGB (Red+Green+Blue) = 197+167+206=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7CE is #3A5831. Grayscale: #B4B4B4. Windows color (decimal): -3823666 or 13543365. OLE color: 13543365.

HSL color Cylindrical-coordinate representation of color #C5A7CE: hue angle of 286.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5A7CE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197167206-
CMYK0.040.1900.19
HSL286.15º28.47%73.14%-
HSV(B)286.15º18.93%80.78%-
XYZ47.9943.9664.35-
YUV180.42142.44139.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 167 (65.62% from 255) = 29.30%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=34.56%
G=29.30%
B=36.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971672060.040.1900.19286.1528.4773.14
HexC5A7CE41301311e1c49
Octal30524731642302343634111
Binary11000101101001111100111010010011010011100011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7CE; }

 p { color: rgb(197,167,206); }

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

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

 a { background-color: rgb(197,167,206); }

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

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

 span { border-color: rgb(197,167,206); }

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