#C1B0C7

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

Shades of Prelude #C1B0C7

Tints of Prelude #C1B0C7

Color information

#C1B0C7 (or 0xC1B0C7) is unknown color: approx Prelude. HEX triplet: C1, B0 and C7. RGB value is (193,176,199). Sum of RGB (Red+Green+Blue) = 193+176+199=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 199 - color contains mainly: blue. Hex color #C1B0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C7 is #3E4F38. Grayscale: #B7B7B7. Windows color (decimal): -4083513 or 13086913. OLE color: 13086913.

HSL color Cylindrical-coordinate representation of color #C1B0C7: hue angle of 284.35º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B0C7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193176199-
CMYK0.030.1200.22
HSL284.35º17.04%73.53%-
HSV(B)284.35º11.56%78.04%-
XYZ47.8346.5160.49-
YUV183.7136.63134.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=33.98%
G=30.99%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931761990.030.1200.22284.3517.0473.53
HexC1B0C73C01611c114a
Octal30126030731402643421112
Binary110000011011000011000111111100010110100011100100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0C7; }

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

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

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

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

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

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

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

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