#C0B3CD

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

Shades of Moon Raker #C0B3CD

Tints of Moon Raker #C0B3CD

Color information

#C0B3CD (or 0xC0B3CD) is unknown color: approx Moon Raker. HEX triplet: C0, B3 and CD. RGB value is (192,179,205). Sum of RGB (Red+Green+Blue) = 192+179+205=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3CD is #3F4C32. Grayscale: #B9B9B9. Windows color (decimal): -4148275 or 13480896. OLE color: 13480896.

HSL color Cylindrical-coordinate representation of color #C0B3CD: hue angle of 270º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B3CD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192179205-
CMYK0.060.1300.20
HSL270º20.63%75.29%-
HSV(B)270º12.68%80.39%-
XYZ48.8847.8564.42-
YUV185.85138.81132.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=33.33%
G=31.08%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921792050.060.1300.2027020.6375.29
HexC0B3CD6D01410e154b
Octal30026331561502441625113
Binary1100000010110011110011011101101010100100001110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3CD; }

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

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

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

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

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

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

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

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