#C7A8CE

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

Shades of Prelude #C7A8CE

Tints of Prelude #C7A8CE

Color information

#C7A8CE (or 0xC7A8CE) is unknown color: approx Prelude. HEX triplet: C7, A8 and CE. RGB value is (199,168,206). Sum of RGB (Red+Green+Blue) = 199+168+206=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8CE is #385731. Grayscale: #B5B5B5. Windows color (decimal): -3692338 or 13543623. OLE color: 13543623.

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

Color convert

RGB199168206-
CMYK0.030.1800.19
HSL288.95º27.94%73.33%-
HSV(B)288.95º18.45%80.78%-
XYZ48.744.664.44-
YUV181.6141.77140.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=34.73%
G=29.32%
B=35.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991682060.030.1800.19288.9527.9473.33
HexC7A8CE3120131211c49
Octal30725031632202344134111
Binary1100011110101000110011101110010010011100100001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A8CE; }

 p { color: rgb(199,168,206); }

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

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

 a { background-color: rgb(199,168,206); }

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

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

 span { border-color: rgb(199,168,206); }

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