#C3B0CA

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

Shades of Prelude #C3B0CA

Tints of Prelude #C3B0CA

Color information

#C3B0CA (or 0xC3B0CA) is unknown color: approx Prelude. HEX triplet: C3, B0 and CA. RGB value is (195,176,202). Sum of RGB (Red+Green+Blue) = 195+176+202=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0CA is #3C4F35. Grayscale: #B8B8B8. Windows color (decimal): -3952438 or 13283523. OLE color: 13283523.

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

Color convert

RGB195176202-
CMYK0.030.1300.21
HSL283.85º19.7%74.12%-
HSV(B)283.85º12.87%79.22%-
XYZ48.6946.9262.37-
YUV184.64137.79135.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=34.03%
G=30.72%
B=35.25%

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
Decimal1951762020.030.1300.21283.8519.774.12
HexC3B0CA3D01511c144a
Octal30326031231502543424112
Binary110000111011000011001010111101010101100011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0CA; }

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

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

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

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

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

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

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

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