#C0AED7

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

Shades of Moon Raker #C0AED7

Tints of Moon Raker #C0AED7

Color information

#C0AED7 (or 0xC0AED7) is unknown color: approx Moon Raker. HEX triplet: C0, AE and D7. RGB value is (192,174,215). Sum of RGB (Red+Green+Blue) = 192+174+215=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AED7 is #3F5128. Grayscale: #B7B7B7. Windows color (decimal): -4149545 or 14134976. OLE color: 14134976.

HSL color Cylindrical-coordinate representation of color #C0AED7: hue angle of 266.34º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0AED7 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192174215-
CMYK0.110.1900.16
HSL266.34º33.88%76.27%-
HSV(B)266.34º19.07%84.31%-
XYZ49.1446.3870.65-
YUV184.06145.46133.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=33.05%
G=29.95%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921742150.110.1900.16266.3433.8876.27
HexC0AED7B1301010a224c
Octal300256327132302041242114
Binary1100000010101110110101111011100110100001000010101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AED7; }

 p { color: rgb(192,174,215); }

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

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

 a { background-color: rgb(192,174,215); }

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

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

 span { border-color: rgb(192,174,215); }

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