#C6C0CF

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

Shades of Moon Raker #C6C0CF

Tints of Moon Raker #C6C0CF

Color information

#C6C0CF (or 0xC6C0CF) is unknown color: approx Moon Raker. HEX triplet: C6, C0 and CF. RGB value is (198,192,207). Sum of RGB (Red+Green+Blue) = 198+192+207=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0CF is #393F30. Grayscale: #C3C3C3. Windows color (decimal): -3751729 or 13615302. OLE color: 13615302.

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

Color convert

RGB198192207-
CMYK0.040.0700.19
HSL264º13.51%78.24%-
HSV(B)264º7.25%81.18%-
XYZ53.454.2166.68-
YUV195.5134.49129.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=33.17%
G=32.16%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981922070.040.0700.1926413.5178.24
HexC6C0CF47013108e4e
Octal3063003174702341016116
Binary11000110110000001100111110011101001110000100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0CF; }

 p { color: rgb(198,192,207); }

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

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

 a { background-color: rgb(198,192,207); }

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

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

 span { border-color: rgb(198,192,207); }

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