Html Css Color HEX #C80660 Ruby

📋 copy color: '#C80660'

red 200 ◦ green 6 ◦ blue 96

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

Shades of Ruby #C80660

Tints of Ruby #C80660

RGB

 RED value IS 200 (78.52% from 255) = 66.23%

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 66.23%
G = 1.99%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80660 (or 0xC80660) is known color: Ruby. HEX triplet: C8, 06 and 60. RGB value is (200,6,96). Sum of RGB (Red+Green+Blue) = 200+6+96=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C80660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80660 is #37F99F. Grayscale: #4A4A4A. Windows color (decimal): -3668384 or 6293192. OLE color: 6293192.

HSL color Cylindrical-coordinate representation of color #C80660: hue angle of 332.16º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80660 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 96 -
CMYK 0 0.97 0.52 0.22
HSL 332.16º 0.94% 0.4% -
HSV(B) 332.16º 0.97% 0.78% -
XYZ 26 13.25 12.25 -
YUV 74.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 200 6 96 0 0.97 0.52 0.22 332.16 0.94 0.4
Hex C8 6 60 0 61 34 16 14C 5E 28
Octal 310 6 140 0 141 64 26 514 136 50
Binary 11001000 110 1100000 0 1100001 110100 10110 101001100 1011110 101000

Color Harmonies of #C80660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80660

Black with #C80660

Text Example


Text Example

White with #C80660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80660; }

 p { color: rgb(200,6,96); }

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

background-color css

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

 a { background-color: rgb(200,6,96); }

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

border-color css

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

 span { border-color: rgb(200,6,96); }

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