Html Css Color HEX #C72C49 Old Rose

📋 copy color: '#C72C49'

red 199 ◦ green 44 ◦ blue 73

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

Shades of Old Rose #C72C49

Tints of Old Rose #C72C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 62.97%
G = 13.92%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C72C49 (or 0xC72C49) is known color: Old Rose. HEX triplet: C7, 2C and 49. RGB value is (199,44,73). Sum of RGB (Red+Green+Blue) = 199+44+73=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C49 is #38D3B6. Grayscale: #5D5D5D. Windows color (decimal): -3724215 or 4795591. OLE color: 4795591.

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

Color convert

RGB 199 44 73 -
CMYK 0 0.78 0.63 0.22
HSL 348.77º 0.64% 0.48% -
HSV(B) 348.77º 0.78% 0.78% -
XYZ 25.66 14.42 7.74 -
YUV 93.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 199 44 73 0 0.78 0.63 0.22 348.77 0.64 0.48
Hex C7 2C 49 0 4E 3F 16 15D 40 30
Octal 307 54 111 0 116 77 26 535 100 60
Binary 11000111 101100 1001001 0 1001110 111111 10110 101011101 1000000 110000

Color Harmonies of #C72C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C49

Black with #C72C49

Text Example


Text Example

White with #C72C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C49; }

 p { color: rgb(199,44,73); }

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

background-color css

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

 a { background-color: rgb(199,44,73); }

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

border-color css

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

 span { border-color: rgb(199,44,73); }

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