Html Css Color HEX #C72F50 Old Rose

📋 copy color: '#C72F50'

red 199 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #C72F50

Tints of Old Rose #C72F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 61.04%
G = 14.42%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C72F50 (or 0xC72F50) is known color: Old Rose. HEX triplet: C7, 2F and 50. RGB value is (199,47,80). Sum of RGB (Red+Green+Blue) = 199+47+80=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72F50 is #38D0AF. Grayscale: #606060. Windows color (decimal): -3723440 or 5255111. OLE color: 5255111.

HSL color Cylindrical-coordinate representation of color #C72F50: hue angle of 346.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F50 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 47 80 -
CMYK 0 0.76 0.60 0.22
HSL 346.97º 0.62% 0.48% -
HSV(B) 346.97º 0.76% 0.78% -
XYZ 26.02 14.75 9.07 -
YUV 96.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 199 47 80 0 0.76 0.60 0.22 346.97 0.62 0.48
Hex C7 2F 50 0 4C 3C 16 15B 3E 30
Octal 307 57 120 0 114 74 26 533 76 60
Binary 11000111 101111 1010000 0 1001100 111100 10110 101011011 111110 110000

Color Harmonies of #C72F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F50

Black with #C72F50

Text Example


Text Example

White with #C72F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F50; }

 p { color: rgb(199,47,80); }

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

background-color css

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

 a { background-color: rgb(199,47,80); }

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

border-color css

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

 span { border-color: rgb(199,47,80); }

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