Html Css Color HEX #C72061 Ruby

📋 copy color: '#C72061'

red 199 ◦ green 32 ◦ blue 97

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

Shades of Ruby #C72061

Tints of Ruby #C72061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 60.67%
G = 9.76%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C72061 (or 0xC72061) is known color: Ruby. HEX triplet: C7, 20 and 61. RGB value is (199,32,97). Sum of RGB (Red+Green+Blue) = 199+32+97=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C72061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72061 is #38DF9E. Grayscale: #595959. Windows color (decimal): -3727263 or 6365383. OLE color: 6365383.

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

Color convert

RGB 199 32 97 -
CMYK 0 0.84 0.51 0.22
HSL 336.65º 0.72% 0.45% -
HSV(B) 336.65º 0.84% 0.78% -
XYZ 26.23 14.04 12.64 -
YUV 89.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 199 32 97 0 0.84 0.51 0.22 336.65 0.72 0.45
Hex C7 20 61 0 54 33 16 151 48 2D
Octal 307 40 141 0 124 63 26 521 110 55
Binary 11000111 100000 1100001 0 1010100 110011 10110 101010001 1001000 101101

Color Harmonies of #C72061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72061

Black with #C72061

Text Example


Text Example

White with #C72061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72061; }

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

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

background-color css

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

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

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

border-color css

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

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

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