Html Css Color HEX #C72059 Old Rose

📋 copy color: '#C72059'

red 199 ◦ green 32 ◦ blue 89

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

Shades of Old Rose #C72059

Tints of Old Rose #C72059

RGB

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

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

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

R = 62.19%
G = 10%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C72059 (or 0xC72059) is known color: Old Rose. HEX triplet: C7, 20 and 59. RGB value is (199,32,89). Sum of RGB (Red+Green+Blue) = 199+32+89=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C72059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72059 is #38DFA6. Grayscale: #585858. Windows color (decimal): -3727271 or 5841095. OLE color: 5841095.

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

Color convert

RGB 199 32 89 -
CMYK 0 0.84 0.55 0.22
HSL 339.52º 0.72% 0.45% -
HSV(B) 339.52º 0.84% 0.78% -
XYZ 25.87 13.9 10.77 -
YUV 88.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 199 32 89 0 0.84 0.55 0.22 339.52 0.72 0.45
Hex C7 20 59 0 54 37 16 154 48 2D
Octal 307 40 131 0 124 67 26 524 110 55
Binary 11000111 100000 1011001 0 1010100 110111 10110 101010100 1001000 101101

Color Harmonies of #C72059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72059

Black with #C72059

Text Example


Text Example

White with #C72059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72059; }

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

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

background-color css

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

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

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

border-color css

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

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

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