#C0B6D0

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

Shades of Moon Raker #C0B6D0

Tints of Moon Raker #C0B6D0

Color information

#C0B6D0 (or 0xC0B6D0) is unknown color: approx Moon Raker. HEX triplet: C0, B6 and D0. RGB value is (192,182,208). Sum of RGB (Red+Green+Blue) = 192+182+208=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0B6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B6D0 is #3F492F. Grayscale: #BBBBBB. Windows color (decimal): -4147504 or 13678272. OLE color: 13678272.

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

Color convert

RGB192182208-
CMYK0.080.1200.18
HSL263.08º21.67%76.47%-
HSV(B)263.08º12.5%81.57%-
XYZ49.8549.2266.55-
YUV187.95139.31130.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=32.99%
G=31.27%
B=35.74%

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
Decimal1921822080.080.1200.18263.0821.6776.47
HexC0B6D08C012107164c
Octal300266320101402240726114
Binary11000000101101101101000010001100010010100000111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6D0; }

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

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

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

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

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

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

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

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