Html Css Color HEX #C72449 Old Rose

📋 copy color: '#C72449'

red 199 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #C72449

Tints of Old Rose #C72449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 64.61%
G = 11.69%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C72449 (or 0xC72449) is known color: Old Rose. HEX triplet: C7, 24 and 49. RGB value is (199,36,73). Sum of RGB (Red+Green+Blue) = 199+36+73=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C72449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72449 is #38DBB6. Grayscale: #585858. Windows color (decimal): -3726263 or 4793543. OLE color: 4793543.

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

Color convert

RGB 199 36 73 -
CMYK 0 0.82 0.63 0.22
HSL 346.38º 0.69% 0.46% -
HSV(B) 346.38º 0.82% 0.78% -
XYZ 25.39 13.88 7.65 -
YUV 88.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 199 36 73 0 0.82 0.63 0.22 346.38 0.69 0.46
Hex C7 24 49 0 52 3F 16 15A 45 2E
Octal 307 44 111 0 122 77 26 532 105 56
Binary 11000111 100100 1001001 0 1010010 111111 10110 101011010 1000101 101110

Color Harmonies of #C72449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72449

Black with #C72449

Text Example


Text Example

White with #C72449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72449; }

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

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

background-color css

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

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

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

border-color css

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

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

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