Html Css Color HEX #C70560 Ruby

📋 copy color: '#C70560'

red 199 ◦ green 5 ◦ blue 96

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

Shades of Ruby #C70560

Tints of Ruby #C70560

RGB

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

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

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

R = 66.33%
G = 1.67%
B = 32%

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

#C70560 (or 0xC70560) is known color: Ruby. HEX triplet: C7, 05 and 60. RGB value is (199,5,96). Sum of RGB (Red+Green+Blue) = 199+5+96=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C70560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70560 is #38FA9F. Grayscale: #494949. Windows color (decimal): -3734176 or 6292935. OLE color: 6292935.

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

Color convert

RGB 199 5 96 -
CMYK 0 0.97 0.52 0.22
HSL 331.86º 0.95% 0.4% -
HSV(B) 331.86º 0.97% 0.78% -
XYZ 25.72 13.1 12.24 -
YUV 73.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 199 5 96 0 0.97 0.52 0.22 331.86 0.95 0.4
Hex C7 5 60 0 61 34 16 14C 5F 28
Octal 307 5 140 0 141 64 26 514 137 50
Binary 11000111 101 1100000 0 1100001 110100 10110 101001100 1011111 101000

Color Harmonies of #C70560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70560

Black with #C70560

Text Example


Text Example

White with #C70560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70560; }

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

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

background-color css

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

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

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

border-color css

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

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

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