Html Css Color HEX #C0AED6 Moon Raker

📋 copy color: '#C0AED6'

red 192 ◦ green 174 ◦ blue 214

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

Shades of Moon Raker #C0AED6

Tints of Moon Raker #C0AED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 33.1%
G = 30%
B = 36.9%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0AED6 (or 0xC0AED6) is known color: Moon Raker. HEX triplet: C0, AE and D6. RGB value is (192,174,214). Sum of RGB (Red+Green+Blue) = 192+174+214=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AED6 is #3F5129. Grayscale: #B7B7B7. Windows color (decimal): -4149546 or 14069440. OLE color: 14069440.

HSL color Cylindrical-coordinate representation of color #C0AED6: hue angle of 267º degrees, saturation: 0.33, 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 #C0AED6 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 174 214 -
CMYK 0.10 0.19 0 0.16
HSL 267º 0.33% 0.76% -
HSV(B) 267º 0.19% 0.84% -
XYZ 49.01 46.33 69.98 -
YUV 183.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 192 174 214 0.10 0.19 0 0.16 267 0.33 0.76
Hex C0 AE D6 A 13 0 10 10B 21 4C
Octal 300 256 326 12 23 0 20 413 41 114
Binary 11000000 10101110 11010110 1010 10011 0 10000 100001011 100001 1001100

Color Harmonies of #C0AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AED6

Black with #C0AED6

Text Example


Text Example

White with #C0AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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