#C1B1C9

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

Shades of Prelude #C1B1C9

Tints of Prelude #C1B1C9

Color information

#C1B1C9 (or 0xC1B1C9) is unknown color: approx Prelude. HEX triplet: C1, B1 and C9. RGB value is (193,177,201). Sum of RGB (Red+Green+Blue) = 193+177+201=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1B1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1C9 is #3E4E36. Grayscale: #B8B8B8. Windows color (decimal): -4083255 or 13218241. OLE color: 13218241.

HSL color Cylindrical-coordinate representation of color #C1B1C9: hue angle of 280º degrees, saturation: 0.18, 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 #C1B1C9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193177201-
CMYK0.040.1200.21
HSL280º18.18%74.12%-
HSV(B)280º11.94%78.82%-
XYZ48.264761.79-
YUV184.52137.3134.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=33.80%
G=31.00%
B=35.20%

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
Decimal1931772010.040.1200.2128018.1874.12
HexC1B1C94C015118124a
Octal30126131141402543022112
Binary1100000110110001110010011001100010101100011000100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1C9; }

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

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

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

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

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

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

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

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