Html Css Color HEX #C0AED5 Moon Raker

📋 copy color: '#C0AED5'

red 192 ◦ green 174 ◦ blue 213

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

Shades of Moon Raker #C0AED5

Tints of Moon Raker #C0AED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 33.16%
G = 30.05%
B = 36.79%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0AED5 (or 0xC0AED5) is known color: Moon Raker. HEX triplet: C0, AE and D5. RGB value is (192,174,213). Sum of RGB (Red+Green+Blue) = 192+174+213=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AED5 is #3F512A. Grayscale: #B7B7B7. Windows color (decimal): -4149547 or 14003904. OLE color: 14003904.

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

Color convert

RGB 192 174 213 -
CMYK 0.10 0.18 0 0.16
HSL 267.69º 0.32% 0.76% -
HSV(B) 267.69º 0.18% 0.84% -
XYZ 48.88 46.28 69.31 -
YUV 183.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 192 174 213 0.10 0.18 0 0.16 267.69 0.32 0.76
Hex C0 AE D5 A 12 0 10 10C 20 4C
Octal 300 256 325 12 22 0 20 414 40 114
Binary 11000000 10101110 11010101 1010 10010 0 10000 100001100 100000 1001100

Color Harmonies of #C0AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AED5

Black with #C0AED5

Text Example


Text Example

White with #C0AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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