#C0B3CE

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

Shades of Moon Raker #C0B3CE

Tints of Moon Raker #C0B3CE

Color information

#C0B3CE (or 0xC0B3CE) is unknown color: approx Moon Raker. HEX triplet: C0, B3 and CE. RGB value is (192,179,206). Sum of RGB (Red+Green+Blue) = 192+179+206=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3CE is #3F4C31. Grayscale: #B9B9B9. Windows color (decimal): -4148274 or 13546432. OLE color: 13546432.

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

Color convert

RGB192179206-
CMYK0.070.1300.19
HSL268.89º21.6%75.49%-
HSV(B)268.89º13.11%80.78%-
XYZ4947.965.06-
YUV185.96139.31132.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=33.28%
G=31.02%
B=35.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921792060.070.1300.19268.8921.675.49
HexC0B3CE7D01310d164b
Octal30026331671502341526113
Binary1100000010110011110011101111101010011100001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3CE; }

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

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

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

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

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

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

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

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