Html Css Color HEX #C70559 Ruby

📋 copy color: '#C70559'

red 199 ◦ green 5 ◦ blue 89

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

Shades of Ruby #C70559

Tints of Ruby #C70559

RGB

 RED value IS 199 (78.13% from 255) = 67.92%

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

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

R = 67.92%
G = 1.71%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C70559 (or 0xC70559) is known color: Ruby. HEX triplet: C7, 05 and 59. RGB value is (199,5,89). Sum of RGB (Red+Green+Blue) = 199+5+89=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C70559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70559 is #38FAA6. Grayscale: #484848. Windows color (decimal): -3734183 or 5834183. OLE color: 5834183.

HSL color Cylindrical-coordinate representation of color #C70559: hue angle of 334.02º degrees, saturation: 0.95, 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 #C70559 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 89 -
CMYK 0 0.97 0.55 0.22
HSL 334.02º 0.95% 0.4% -
HSV(B) 334.02º 0.97% 0.78% -
XYZ 25.41 12.97 10.62 -
YUV 72.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 199 5 89 0 0.97 0.55 0.22 334.02 0.95 0.4
Hex C7 5 59 0 61 37 16 14E 5F 28
Octal 307 5 131 0 141 67 26 516 137 50
Binary 11000111 101 1011001 0 1100001 110111 10110 101001110 1011111 101000

Color Harmonies of #C70559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70559

Black with #C70559

Text Example


Text Example

White with #C70559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70559; }

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

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

background-color css

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

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

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

border-color css

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

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

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