#C0B7D0

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

Shades of Moon Raker #C0B7D0

Tints of Moon Raker #C0B7D0

Color information

#C0B7D0 (or 0xC0B7D0) is unknown color: approx Moon Raker. HEX triplet: C0, B7 and D0. RGB value is (192,183,208). Sum of RGB (Red+Green+Blue) = 192+183+208=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7D0 is #3F482F. Grayscale: #BCBCBC. Windows color (decimal): -4147248 or 13678528. OLE color: 13678528.

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

Color convert

RGB192183208-
CMYK0.080.1200.18
HSL261.6º21.01%76.67%-
HSV(B)261.6º12.02%81.57%-
XYZ50.0649.6366.62-
YUV188.54138.98130.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=32.93%
G=31.39%
B=35.68%

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
Decimal1921832080.080.1200.18261.621.0176.67
HexC0B7D08C012106154d
Octal300267320101402240625115
Binary11000000101101111101000010001100010010100000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7D0; }

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

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

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

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

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

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

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

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