#C1B0C9

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

Shades of Prelude #C1B0C9

Tints of Prelude #C1B0C9

Color information

#C1B0C9 (or 0xC1B0C9) is unknown color: approx Prelude. HEX triplet: C1, B0 and C9. RGB value is (193,176,201). Sum of RGB (Red+Green+Blue) = 193+176+201=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C9 is #3E4F36. Grayscale: #B7B7B7. Windows color (decimal): -4083511 or 13217985. OLE color: 13217985.

HSL color Cylindrical-coordinate representation of color #C1B0C9: 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 #C1B0C9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193176201-
CMYK0.040.1200.21
HSL280.8º18.8%73.92%-
HSV(B)280.8º12.44%78.82%-
XYZ48.0646.6161.72-
YUV183.93137.63134.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=33.86%
G=30.88%
B=35.26%

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
Decimal1931762010.040.1200.21280.818.873.92
HexC1B0C94C015119134a
Octal30126031141402543123112
Binary1100000110110000110010011001100010101100011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0C9; }

 p { color: rgb(193,176,201); }

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

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

 a { background-color: rgb(193,176,201); }

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

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

 span { border-color: rgb(193,176,201); }

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