Html Css Color HEX #C72951 Old Rose

📋 copy color: '#C72951'

red 199 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #C72951

Tints of Old Rose #C72951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 61.99%
G = 12.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72951 (or 0xC72951) is known color: Old Rose. HEX triplet: C7, 29 and 51. RGB value is (199,41,81). Sum of RGB (Red+Green+Blue) = 199+41+81=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C72951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72951 is #38D6AE. Grayscale: #5C5C5C. Windows color (decimal): -3724975 or 5319111. OLE color: 5319111.

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

Color convert

RGB 199 41 81 -
CMYK 0 0.79 0.59 0.22
HSL 344.81º 0.66% 0.47% -
HSV(B) 344.81º 0.79% 0.78% -
XYZ 25.83 14.32 9.19 -
YUV 92.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 199 41 81 0 0.79 0.59 0.22 344.81 0.66 0.47
Hex C7 29 51 0 4F 3B 16 159 42 2F
Octal 307 51 121 0 117 73 26 531 102 57
Binary 11000111 101001 1010001 0 1001111 111011 10110 101011001 1000010 101111

Color Harmonies of #C72951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72951

Black with #C72951

Text Example


Text Example

White with #C72951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72951; }

 p { color: rgb(199,41,81); }

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

background-color css

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

 a { background-color: rgb(199,41,81); }

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

border-color css

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

 span { border-color: rgb(199,41,81); }

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