Html Css Color HEX #C72060 Ruby

📋 copy color: '#C72060'

red 199 ◦ green 32 ◦ blue 96

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

Shades of Ruby #C72060

Tints of Ruby #C72060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

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

R = 60.86%
G = 9.79%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C72060 (or 0xC72060) is known color: Ruby. HEX triplet: C7, 20 and 60. RGB value is (199,32,96). Sum of RGB (Red+Green+Blue) = 199+32+96=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C72060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72060 is #38DF9F. Grayscale: #595959. Windows color (decimal): -3727264 or 6299847. OLE color: 6299847.

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

Color convert

RGB 199 32 96 -
CMYK 0 0.84 0.52 0.22
HSL 337.01º 0.72% 0.45% -
HSV(B) 337.01º 0.84% 0.78% -
XYZ 26.18 14.02 12.39 -
YUV 89.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 199 32 96 0 0.84 0.52 0.22 337.01 0.72 0.45
Hex C7 20 60 0 54 34 16 151 48 2D
Octal 307 40 140 0 124 64 26 521 110 55
Binary 11000111 100000 1100000 0 1010100 110100 10110 101010001 1001000 101101

Color Harmonies of #C72060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72060

Black with #C72060

Text Example


Text Example

White with #C72060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72060; }

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

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

background-color css

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

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

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

border-color css

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

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

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