Html Css Color HEX #C0ACDE Moon Raker

📋 copy color: '#C0ACDE'

red 192 ◦ green 172 ◦ blue 222

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

Shades of Moon Raker #C0ACDE

Tints of Moon Raker #C0ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 32.76%
G = 29.35%
B = 37.88%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0ACDE (or 0xC0ACDE) is known color: Moon Raker. HEX triplet: C0, AC and DE. RGB value is (192,172,222). Sum of RGB (Red+Green+Blue) = 192+172+222=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDE is #3F5321. Grayscale: #B7B7B7. Windows color (decimal): -4150050 or 14593216. OLE color: 14593216.

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

Color convert

RGB 192 172 222 -
CMYK 0.14 0.23 0 0.13
HSL 264º 0.43% 0.77% -
HSV(B) 264º 0.23% 0.87% -
XYZ 49.68 45.99 75.37 -
YUV 183.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 192 172 222 0.14 0.23 0 0.13 264 0.43 0.77
Hex C0 AC DE E 17 0 D 108 2B 4D
Octal 300 254 336 16 27 0 15 410 53 115
Binary 11000000 10101100 11011110 1110 10111 0 1101 100001000 101011 1001101

Color Harmonies of #C0ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACDE

Black with #C0ACDE

Text Example


Text Example

White with #C0ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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