#C0B9CE

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

Shades of Moon Raker #C0B9CE

Tints of Moon Raker #C0B9CE

Color information

#C0B9CE (or 0xC0B9CE) is unknown color: approx Moon Raker. HEX triplet: C0, B9 and CE. RGB value is (192,185,206). Sum of RGB (Red+Green+Blue) = 192+185+206=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9CE is #3F4631. Grayscale: #BDBDBD. Windows color (decimal): -4146738 or 13547968. OLE color: 13547968.

HSL color Cylindrical-coordinate representation of color #C0B9CE: hue angle of 260º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B9CE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192185206-
CMYK0.070.1000.19
HSL260º17.65%76.67%-
HSV(B)260º10.19%80.78%-
XYZ50.2350.3665.47-
YUV189.49137.32129.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=32.93%
G=31.73%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921852060.070.1000.1926017.6576.67
HexC0B9CE7A013104124d
Octal30027131671202340422115
Binary1100000010111001110011101111010010011100000100100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9CE; }

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

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

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

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

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

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

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

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