Html Css Color HEX #C0B0DE Moon Raker

📋 copy color: '#C0B0DE'

red 192 ◦ green 176 ◦ blue 222

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

Shades of Moon Raker #C0B0DE

Tints of Moon Raker #C0B0DE

RGB

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

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

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

R = 32.54%
G = 29.83%
B = 37.63%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0B0DE (or 0xC0B0DE) is known color: Moon Raker. HEX triplet: C0, B0 and DE. RGB value is (192,176,222). Sum of RGB (Red+Green+Blue) = 192+176+222=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0DE is #3F4F21. Grayscale: #B9B9B9. Windows color (decimal): -4149026 or 14594240. OLE color: 14594240.

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

Color convert

RGB 192 176 222 -
CMYK 0.14 0.21 0 0.13
HSL 260.87º 0.41% 0.78% -
HSV(B) 260.87º 0.21% 0.87% -
XYZ 50.45 47.53 75.62 -
YUV 186.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 192 176 222 0.14 0.21 0 0.13 260.87 0.41 0.78
Hex C0 B0 DE E 15 0 D 105 29 4E
Octal 300 260 336 16 25 0 15 405 51 116
Binary 11000000 10110000 11011110 1110 10101 0 1101 100000101 101001 1001110

Color Harmonies of #C0B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0DE

Black with #C0B0DE

Text Example


Text Example

White with #C0B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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