#C3A9CB

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

Shades of Prelude #C3A9CB

Tints of Prelude #C3A9CB

Color information

#C3A9CB (or 0xC3A9CB) is unknown color: approx Prelude. HEX triplet: C3, A9 and CB. RGB value is (195,169,203). Sum of RGB (Red+Green+Blue) = 195+169+203=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9CB is #3C5634. Grayscale: #B4B4B4. Windows color (decimal): -3954229 or 13347267. OLE color: 13347267.

HSL color Cylindrical-coordinate representation of color #C3A9CB: hue angle of 285.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A9CB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195169203-
CMYK0.040.1700.20
HSL285.88º24.64%72.94%-
HSV(B)285.88º16.75%79.61%-
XYZ47.4744.2962.55-
YUV180.65140.61138.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=34.39%
G=29.81%
B=35.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951692030.040.1700.20285.8824.6472.94
HexC3A9CB41101411e1949
Octal30325131342102443631111
Binary11000011101010011100101110010001010100100011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A9CB; }

 p { color: rgb(195,169,203); }

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

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

 a { background-color: rgb(195,169,203); }

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

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

 span { border-color: rgb(195,169,203); }

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