#C0B7CF

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

Shades of Moon Raker #C0B7CF

Tints of Moon Raker #C0B7CF

Color information

#C0B7CF (or 0xC0B7CF) is unknown color: approx Moon Raker. HEX triplet: C0, B7 and CF. RGB value is (192,183,207). Sum of RGB (Red+Green+Blue) = 192+183+207=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7CF is #3F4830. Grayscale: #BCBCBC. Windows color (decimal): -4147249 or 13612992. OLE color: 13612992.

HSL color Cylindrical-coordinate representation of color #C0B7CF: hue angle of 262.5º 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 #C0B7CF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192183207-
CMYK0.070.1200.19
HSL262.5º20%76.47%-
HSV(B)262.5º11.59%81.18%-
XYZ49.9349.5865.97-
YUV188.43138.48130.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 183 (71.88% from 255) = 31.44%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=32.99%
G=31.44%
B=35.57%

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
Decimal1921832070.070.1200.19262.52076.47
HexC0B7CF7C013106144c
Octal30026731771402340624114
Binary1100000010110111110011111111100010011100000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7CF; }

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

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

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

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

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

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

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

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