Html Css Color HEX #C0AEDC Moon Raker

📋 copy color: '#C0AEDC'

red 192 ◦ green 174 ◦ blue 220

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

Shades of Moon Raker #C0AEDC

Tints of Moon Raker #C0AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 32.76%
G = 29.69%
B = 37.54%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0AEDC (or 0xC0AEDC) is known color: Moon Raker. HEX triplet: C0, AE and DC. RGB value is (192,174,220). Sum of RGB (Red+Green+Blue) = 192+174+220=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEDC is #3F5123. Grayscale: #B8B8B8. Windows color (decimal): -4149540 or 14462656. OLE color: 14462656.

HSL color Cylindrical-coordinate representation of color #C0AEDC: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AEDC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 174 220 -
CMYK 0.13 0.21 0 0.14
HSL 263.48º 0.4% 0.77% -
HSV(B) 263.48º 0.21% 0.86% -
XYZ 49.79 46.65 74.09 -
YUV 184.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 192 174 220 0.13 0.21 0 0.14 263.48 0.4 0.77
Hex C0 AE DC D 15 0 E 107 28 4D
Octal 300 256 334 15 25 0 16 407 50 115
Binary 11000000 10101110 11011100 1101 10101 0 1110 100000111 101000 1001101

Color Harmonies of #C0AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEDC

Black with #C0AEDC

Text Example


Text Example

White with #C0AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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