#C1B1D1

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

Shades of Moon Raker #C1B1D1

Tints of Moon Raker #C1B1D1

Color information

#C1B1D1 (or 0xC1B1D1) is unknown color: approx Moon Raker. HEX triplet: C1, B1 and D1. RGB value is (193,177,209). Sum of RGB (Red+Green+Blue) = 193+177+209=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1B1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1D1 is #3E4E2E. Grayscale: #B9B9B9. Windows color (decimal): -4083247 or 13742529. OLE color: 13742529.

HSL color Cylindrical-coordinate representation of color #C1B1D1: hue angle of 270º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1B1D1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193177209-
CMYK0.080.1500.18
HSL270º25.81%75.69%-
HSV(B)270º15.31%81.96%-
XYZ49.2247.3966.87-
YUV185.43141.3133.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=33.33%
G=30.57%
B=36.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931772090.080.1500.1827025.8175.69
HexC1B1D18F01210e1a4c
Octal301261321101702241632114
Binary11000001101100011101000110001111010010100001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1D1; }

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

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

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

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

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

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

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

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