#C0B7D1

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

Shades of Moon Raker #C0B7D1

Tints of Moon Raker #C0B7D1

Color information

#C0B7D1 (or 0xC0B7D1) is unknown color: approx Moon Raker. HEX triplet: C0, B7 and D1. RGB value is (192,183,209). Sum of RGB (Red+Green+Blue) = 192+183+209=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0B7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7D1 is #3F482E. Grayscale: #BCBCBC. Windows color (decimal): -4147247 or 13744064. OLE color: 13744064.

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

Color convert

RGB192183209-
CMYK0.080.1200.18
HSL260.77º22.03%76.86%-
HSV(B)260.77º12.44%81.96%-
XYZ50.1849.6867.27-
YUV188.66139.48130.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 183 (71.88% from 255) = 31.34%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=32.88%
G=31.34%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921832090.080.1200.18260.7722.0376.86
HexC0B7D18C012105164d
Octal300267321101402240526115
Binary11000000101101111101000110001100010010100000101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7D1; }

 p { color: rgb(192,183,209); }

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

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

 a { background-color: rgb(192,183,209); }

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

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

 span { border-color: rgb(192,183,209); }

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