Html Css Color HEX #C0ACE0 Moon Raker

📋 copy color: '#C0ACE0'

red 192 ◦ green 172 ◦ blue 224

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

Shades of Moon Raker #C0ACE0

Tints of Moon Raker #C0ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

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

R = 32.65%
G = 29.25%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0ACE0 (or 0xC0ACE0) is known color: Moon Raker. HEX triplet: C0, AC and E0. RGB value is (192,172,224). Sum of RGB (Red+Green+Blue) = 192+172+224=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACE0 is #3F531F. Grayscale: #B7B7B7. Windows color (decimal): -4150048 or 14724288. OLE color: 14724288.

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

Color convert

RGB 192 172 224 -
CMYK 0.14 0.23 0 0.12
HSL 263.08º 0.46% 0.78% -
HSV(B) 263.08º 0.23% 0.88% -
XYZ 49.95 46.09 76.79 -
YUV 183.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 192 172 224 0.14 0.23 0 0.12 263.08 0.46 0.78
Hex C0 AC E0 E 17 0 C 107 2E 4E
Octal 300 254 340 16 27 0 14 407 56 116
Binary 11000000 10101100 11100000 1110 10111 0 1100 100000111 101110 1001110

Color Harmonies of #C0ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACE0

Black with #C0ACE0

Text Example


Text Example

White with #C0ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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