Html Css Color HEX #C0ACDF Moon Raker

📋 copy color: '#C0ACDF'

red 192 ◦ green 172 ◦ blue 223

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

Shades of Moon Raker #C0ACDF

Tints of Moon Raker #C0ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 32.71%
G = 29.3%
B = 37.99%

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

#C0ACDF (or 0xC0ACDF) is known color: Moon Raker. HEX triplet: C0, AC and DF. RGB value is (192,172,223). Sum of RGB (Red+Green+Blue) = 192+172+223=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDF is #3F5320. Grayscale: #B7B7B7. Windows color (decimal): -4150049 or 14658752. OLE color: 14658752.

HSL color Cylindrical-coordinate representation of color #C0ACDF: hue angle of 263.53º degrees, saturation: 0.44, 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 #C0ACDF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 172 223 -
CMYK 0.14 0.23 0 0.13
HSL 263.53º 0.44% 0.77% -
HSV(B) 263.53º 0.23% 0.87% -
XYZ 49.81 46.04 76.07 -
YUV 183.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 192 172 223 0.14 0.23 0 0.13 263.53 0.44 0.77
Hex C0 AC DF E 17 0 D 108 2C 4D
Octal 300 254 337 16 27 0 15 410 54 115
Binary 11000000 10101100 11011111 1110 10111 0 1101 100001000 101100 1001101

Color Harmonies of #C0ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACDF

Black with #C0ACDF

Text Example


Text Example

White with #C0ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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