Html Css Color HEX #C70060 Ruby

📋 copy color: '#C70060'

red 199 ◦ green 0 ◦ blue 96

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

Shades of Ruby #C70060

Tints of Ruby #C70060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.46%
G = 0%
B = 32.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C70060 (or 0xC70060) is known color: Ruby. HEX triplet: C7, 00 and 60. RGB value is (199,0,96). Sum of RGB (Red+Green+Blue) = 199+0+96=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C70060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70060 is #38FF9F. Grayscale: #464646. Windows color (decimal): -3735456 or 6291655. OLE color: 6291655.

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

Color convert

RGB 199 0 96 -
CMYK 0 1 0.52 0.22
HSL 331.06º 1% 0.39% -
HSV(B) 331.06º 1% 0.78% -
XYZ 25.66 12.99 12.22 -
YUV 70.45 142.43 219.69 -
System Red Green Blue C M Y K H S L
Decimal 199 0 96 0 1 0.52 0.22 331.06 1 0.39
Hex C7 0 60 0 64 34 16 14B 64 27
Octal 307 0 140 0 144 64 26 513 144 47
Binary 11000111 0 1100000 0 1100100 110100 10110 101001011 1100100 100111

Color Harmonies of #C70060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70060

Black with #C70060

Text Example


Text Example

White with #C70060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70060; }

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

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

background-color css

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

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

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

border-color css

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

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

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