#C3AFC9

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

Shades of Prelude #C3AFC9

Tints of Prelude #C3AFC9

Color information

#C3AFC9 (or 0xC3AFC9) is unknown color: approx Prelude. HEX triplet: C3, AF and C9. RGB value is (195,175,201). Sum of RGB (Red+Green+Blue) = 195+175+201=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFC9 is #3C5036. Grayscale: #B7B7B7. Windows color (decimal): -3952695 or 13217731. OLE color: 13217731.

HSL color Cylindrical-coordinate representation of color #C3AFC9: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AFC9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195175201-
CMYK0.030.1300.21
HSL286.15º19.4%73.73%-
HSV(B)286.15º12.94%78.82%-
XYZ48.3846.4861.68-
YUV183.94137.63135.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=34.15%
G=30.65%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951752010.030.1300.21286.1519.473.73
HexC3AFC93D01511e134a
Octal30325731131502543623112
Binary110000111010111111001001111101010101100011110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFC9; }

 p { color: rgb(195,175,201); }

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

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

 a { background-color: rgb(195,175,201); }

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

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

 span { border-color: rgb(195,175,201); }

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