Html Css Color HEX #C80559 Ruby

📋 copy color: '#C80559'

red 200 ◦ green 5 ◦ blue 89

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

Shades of Ruby #C80559

Tints of Ruby #C80559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 68.03%
G = 1.7%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80559 (or 0xC80559) is known color: Ruby. HEX triplet: C8, 05 and 59. RGB value is (200,5,89). Sum of RGB (Red+Green+Blue) = 200+5+89=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C80559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80559 is #37FAA6. Grayscale: #484848. Windows color (decimal): -3668647 or 5834184. OLE color: 5834184.

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

Color convert

RGB 200 5 89 -
CMYK 0 0.98 0.56 0.22
HSL 334.15º 0.95% 0.4% -
HSV(B) 334.15º 0.98% 0.78% -
XYZ 25.68 13.11 10.63 -
YUV 72.88 137.1 218.67 -
System Red Green Blue C M Y K H S L
Decimal 200 5 89 0 0.98 0.56 0.22 334.15 0.95 0.4
Hex C8 5 59 0 62 38 16 14E 5F 28
Octal 310 5 131 0 142 70 26 516 137 50
Binary 11001000 101 1011001 0 1100010 111000 10110 101001110 1011111 101000

Color Harmonies of #C80559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80559

Black with #C80559

Text Example


Text Example

White with #C80559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80559; }

 p { color: rgb(200,5,89); }

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

background-color css

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

 a { background-color: rgb(200,5,89); }

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

border-color css

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

 span { border-color: rgb(200,5,89); }

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