Html Css Color HEX #C0B0DC Moon Raker

📋 copy color: '#C0B0DC'

red 192 ◦ green 176 ◦ blue 220

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

Shades of Moon Raker #C0B0DC

Tints of Moon Raker #C0B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.93%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 32.65%
G = 29.93%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0B0DC (or 0xC0B0DC) is known color: Moon Raker. HEX triplet: C0, B0 and DC. RGB value is (192,176,220). Sum of RGB (Red+Green+Blue) = 192+176+220=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0DC is #3F4F23. Grayscale: #B9B9B9. Windows color (decimal): -4149028 or 14463168. OLE color: 14463168.

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

Color convert

RGB 192 176 220 -
CMYK 0.13 0.2 0 0.14
HSL 261.82º 0.39% 0.78% -
HSV(B) 261.82º 0.2% 0.86% -
XYZ 50.18 47.42 74.22 -
YUV 185.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 192 176 220 0.13 0.2 0 0.14 261.82 0.39 0.78
Hex C0 B0 DC D 14 0 E 106 27 4E
Octal 300 260 334 15 24 0 16 406 47 116
Binary 11000000 10110000 11011100 1101 10100 0 1110 100000110 100111 1001110

Color Harmonies of #C0B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0DC

Black with #C0B0DC

Text Example


Text Example

White with #C0B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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