#C0B6CE

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

Shades of Moon Raker #C0B6CE

Tints of Moon Raker #C0B6CE

Color information

#C0B6CE (or 0xC0B6CE) is unknown color: approx Moon Raker. HEX triplet: C0, B6 and CE. RGB value is (192,182,206). Sum of RGB (Red+Green+Blue) = 192+182+206=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B6CE is #3F4931. Grayscale: #BBBBBB. Windows color (decimal): -4147506 or 13547200. OLE color: 13547200.

HSL color Cylindrical-coordinate representation of color #C0B6CE: hue angle of 265º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0B6CE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192182206-
CMYK0.070.1200.19
HSL265º19.67%76.08%-
HSV(B)265º11.65%80.78%-
XYZ49.6149.1265.26-
YUV187.73138.31131.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=33.10%
G=31.38%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921822060.070.1200.1926519.6776.08
HexC0B6CE7C013109144c
Octal30026631671402341124114
Binary1100000010110110110011101111100010011100001001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6CE; }

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

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

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

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

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

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

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

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