Html Css Color HEX #C72349 Old Rose

📋 copy color: '#C72349'

red 199 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #C72349

Tints of Old Rose #C72349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 64.82%
G = 11.4%
B = 23.78%

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

#C72349 (or 0xC72349) is known color: Old Rose. HEX triplet: C7, 23 and 49. RGB value is (199,35,73). Sum of RGB (Red+Green+Blue) = 199+35+73=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C72349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72349 is #38DCB6. Grayscale: #585858. Windows color (decimal): -3726519 or 4793287. OLE color: 4793287.

HSL color Cylindrical-coordinate representation of color #C72349: hue angle of 346.1º degrees, saturation: 0.7, 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 #C72349 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 73 -
CMYK 0 0.82 0.63 0.22
HSL 346.1º 0.7% 0.46% -
HSV(B) 346.1º 0.82% 0.78% -
XYZ 25.36 13.83 7.64 -
YUV 88.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 199 35 73 0 0.82 0.63 0.22 346.1 0.7 0.46
Hex C7 23 49 0 52 3F 16 15A 46 2E
Octal 307 43 111 0 122 77 26 532 106 56
Binary 11000111 100011 1001001 0 1010010 111111 10110 101011010 1000110 101110

Color Harmonies of #C72349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72349

Black with #C72349

Text Example


Text Example

White with #C72349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72349; }

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

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

background-color css

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

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

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

border-color css

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

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

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