#C0AFDC

Color #C0AFDC Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C0AFDC

Tints of Moon Raker #C0AFDC

Color information

#C0AFDC (or 0xC0AFDC) is unknown color: approx Moon Raker. HEX triplet: C0, AF and DC. RGB value is (192,175,220). Sum of RGB (Red+Green+Blue) = 192+175+220=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFDC is #3F5023. Grayscale: #B9B9B9. Windows color (decimal): -4149284 or 14462912. OLE color: 14462912.

HSL color Cylindrical-coordinate representation of color #C0AFDC: hue angle of 262.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0AFDC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192175220-
CMYK0.130.2000.14
HSL262.67º39.13%77.45%-
HSV(B)262.67º20.45%86.27%-
XYZ49.9947.0374.15-
YUV185.21147.63132.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=32.71%
G=29.81%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921752200.130.2000.14262.6739.1377.45
HexC0AFDCD140E107274d
Octal300257334152401640747115
Binary110000001010111111011100110110100011101000001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFDC; }

 p { color: rgb(192,175,220); }

 H1.HeaderClassName
 {
   color: #C0AFDC;
 }
 .AnyTagClassName
 {
   color: #C0AFDC;
 }
</style>
background-color css

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

 a { background-color: rgb(192,175,220); }

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

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

 span { border-color: rgb(192,175,220); }

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