#C2B1CA

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

Shades of Prelude #C2B1CA

Tints of Prelude #C2B1CA

Color information

#C2B1CA (or 0xC2B1CA) is unknown color: approx Prelude. HEX triplet: C2, B1 and CA. RGB value is (194,177,202). Sum of RGB (Red+Green+Blue) = 194+177+202=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 177 (69.53% from 255 or 30.89% 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 #C2B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1CA is #3D4E35. Grayscale: #B8B8B8. Windows color (decimal): -4017718 or 13283778. OLE color: 13283778.

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

Color convert

RGB194177202-
CMYK0.040.1200.21
HSL280.8º19.08%74.31%-
HSV(B)280.8º12.38%79.22%-
XYZ48.6347.1862.42-
YUV184.93137.63134.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=33.86%
G=30.89%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941772020.040.1200.21280.819.0874.31
HexC2B1CA4C015119134a
Octal30226131241402543123112
Binary1100001010110001110010101001100010101100011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1CA; }

 p { color: rgb(194,177,202); }

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

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

 a { background-color: rgb(194,177,202); }

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

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

 span { border-color: rgb(194,177,202); }

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