Html Css Color HEX #C72649 Old Rose

📋 copy color: '#C72649'

red 199 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #C72649

Tints of Old Rose #C72649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 64.19%
G = 12.26%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C72649 (or 0xC72649) is known color: Old Rose. HEX triplet: C7, 26 and 49. RGB value is (199,38,73). Sum of RGB (Red+Green+Blue) = 199+38+73=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C72649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72649 is #38D9B6. Grayscale: #5A5A5A. Windows color (decimal): -3725751 or 4794055. OLE color: 4794055.

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

Color convert

RGB 199 38 73 -
CMYK 0 0.81 0.63 0.22
HSL 346.96º 0.68% 0.46% -
HSV(B) 346.96º 0.81% 0.78% -
XYZ 25.45 14.01 7.67 -
YUV 90.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 199 38 73 0 0.81 0.63 0.22 346.96 0.68 0.46
Hex C7 26 49 0 51 3F 16 15B 44 2E
Octal 307 46 111 0 121 77 26 533 104 56
Binary 11000111 100110 1001001 0 1010001 111111 10110 101011011 1000100 101110

Color Harmonies of #C72649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72649

Black with #C72649

Text Example


Text Example

White with #C72649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72649; }

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

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

background-color css

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

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

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

border-color css

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

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

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