Html Css Color HEX #C72959 Old Rose

📋 copy color: '#C72959'

red 199 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #C72959

Tints of Old Rose #C72959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

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

R = 60.49%
G = 12.46%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C72959 (or 0xC72959) is known color: Old Rose. HEX triplet: C7, 29 and 59. RGB value is (199,41,89). Sum of RGB (Red+Green+Blue) = 199+41+89=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C72959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72959 is #38D6A6. Grayscale: #5D5D5D. Windows color (decimal): -3724967 or 5843399. OLE color: 5843399.

HSL color Cylindrical-coordinate representation of color #C72959: hue angle of 341.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72959 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 89 -
CMYK 0 0.79 0.55 0.22
HSL 341.77º 0.66% 0.47% -
HSV(B) 341.77º 0.79% 0.78% -
XYZ 26.15 14.45 10.86 -
YUV 93.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 199 41 89 0 0.79 0.55 0.22 341.77 0.66 0.47
Hex C7 29 59 0 4F 37 16 156 42 2F
Octal 307 51 131 0 117 67 26 526 102 57
Binary 11000111 101001 1011001 0 1001111 110111 10110 101010110 1000010 101111

Color Harmonies of #C72959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72959

Black with #C72959

Text Example


Text Example

White with #C72959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72959; }

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

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

background-color css

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

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

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

border-color css

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

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

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