Html Css Color HEX #C0AEE0 Moon Raker

📋 copy color: '#C0AEE0'

red 192 ◦ green 174 ◦ blue 224

#C0AEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C0AEE0

Tints of Moon Raker #C0AEE0

RGB

 RED value IS 192 (75.39% from 255) = 32.54%

 GREEN value IS 174 (68.36% from 255) = 29.49%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 32.54%
G = 29.49%
B = 37.97%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0AEE0 (or 0xC0AEE0) is known color: Moon Raker. HEX triplet: C0, AE and E0. RGB value is (192,174,224). Sum of RGB (Red+Green+Blue) = 192+174+224=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEE0 is #3F511F. Grayscale: #B8B8B8. Windows color (decimal): -4149536 or 14724800. OLE color: 14724800.

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

Color convert

RGB 192 174 224 -
CMYK 0.14 0.22 0 0.12
HSL 261.6º 0.45% 0.78% -
HSV(B) 261.6º 0.22% 0.88% -
XYZ 50.33 46.86 76.91 -
YUV 185.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 192 174 224 0.14 0.22 0 0.12 261.6 0.45 0.78
Hex C0 AE E0 E 16 0 C 106 2D 4E
Octal 300 256 340 16 26 0 14 406 55 116
Binary 11000000 10101110 11100000 1110 10110 0 1100 100000110 101101 1001110

Color Harmonies of #C0AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEE0

Black with #C0AEE0

Text Example


Text Example

White with #C0AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEE0; }

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

 H1.HeaderClassName
 {
   color: #C0AEE0;
 }
 .AnyTagClassName
 {
   color: #C0AEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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