#C0ADE1

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

Shades of Moon Raker #C0ADE1

Tints of Moon Raker #C0ADE1

Color information

#C0ADE1 (or 0xC0ADE1) is unknown color: approx Moon Raker. HEX triplet: C0, AD and E1. RGB value is (192,173,225). Sum of RGB (Red+Green+Blue) = 192+173+225=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADE1 is #3F521E. Grayscale: #B8B8B8. Windows color (decimal): -4149791 or 14790080. OLE color: 14790080.

HSL color Cylindrical-coordinate representation of color #C0ADE1: hue angle of 261.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0ADE1 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192173225-
CMYK0.150.2300.12
HSL261.92º46.43%78.04%-
HSV(B)261.92º23.11%88.24%-
XYZ50.2746.5377.57-
YUV184.61150.79133.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=32.54%
G=29.32%
B=38.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921732250.150.2300.12261.9246.4378.04
HexC0ADE1F170C1062e4e
Octal300255341172701440656116
Binary110000001010110111100001111110111011001000001101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADE1; }

 p { color: rgb(192,173,225); }

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

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

 a { background-color: rgb(192,173,225); }

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

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

 span { border-color: rgb(192,173,225); }

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