Html Css Color HEX #C72A4D Old Rose

📋 copy color: '#C72A4D'

red 199 ◦ green 42 ◦ blue 77

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

Shades of Old Rose #C72A4D

Tints of Old Rose #C72A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 62.58%
G = 13.21%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C72A4D (or 0xC72A4D) is known color: Old Rose. HEX triplet: C7, 2A and 4D. RGB value is (199,42,77). Sum of RGB (Red+Green+Blue) = 199+42+77=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72A4D is #38D5B2. Grayscale: #5C5C5C. Windows color (decimal): -3724723 or 5057223. OLE color: 5057223.

HSL color Cylindrical-coordinate representation of color #C72A4D: hue angle of 346.62º degrees, saturation: 0.65, 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 #C72A4D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 42 77 -
CMYK 0 0.79 0.61 0.22
HSL 346.62º 0.65% 0.47% -
HSV(B) 346.62º 0.79% 0.78% -
XYZ 25.72 14.33 8.43 -
YUV 92.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 199 42 77 0 0.79 0.61 0.22 346.62 0.65 0.47
Hex C7 2A 4D 0 4F 3D 16 15B 41 2F
Octal 307 52 115 0 117 75 26 533 101 57
Binary 11000111 101010 1001101 0 1001111 111101 10110 101011011 1000001 101111

Color Harmonies of #C72A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A4D

Black with #C72A4D

Text Example


Text Example

White with #C72A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A4D; }

 p { color: rgb(199,42,77); }

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

background-color css

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

 a { background-color: rgb(199,42,77); }

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

border-color css

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

 span { border-color: rgb(199,42,77); }

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