#C2B0CF

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

Shades of Prelude #C2B0CF

Tints of Prelude #C2B0CF

Color information

#C2B0CF (or 0xC2B0CF) is unknown color: approx Prelude. HEX triplet: C2, B0 and CF. RGB value is (194,176,207). Sum of RGB (Red+Green+Blue) = 194+176+207=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0CF is #3D4F30. Grayscale: #B8B8B8. Windows color (decimal): -4017969 or 13611202. OLE color: 13611202.

HSL color Cylindrical-coordinate representation of color #C2B0CF: hue angle of 274.84º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B0CF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194176207-
CMYK0.060.1500.19
HSL274.84º24.41%75.1%-
HSV(B)274.84º14.98%81.18%-
XYZ49.0447.0265.52-
YUV184.92140.46134.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=33.62%
G=30.50%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941762070.060.1500.19274.8424.4175.1
HexC2B0CF6F013113184b
Octal30226031761702342330113
Binary1100001010110000110011111101111010011100010011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0CF; }

 p { color: rgb(194,176,207); }

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

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

 a { background-color: rgb(194,176,207); }

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

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

 span { border-color: rgb(194,176,207); }

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