Html Css Color HEX #C72C52 Old Rose

📋 copy color: '#C72C52'

red 199 ◦ green 44 ◦ blue 82

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

Shades of Old Rose #C72C52

Tints of Old Rose #C72C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 61.23%
G = 13.54%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72C52 (or 0xC72C52) is known color: Old Rose. HEX triplet: C7, 2C and 52. RGB value is (199,44,82). Sum of RGB (Red+Green+Blue) = 199+44+82=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72C52 is #38D3AD. Grayscale: #5E5E5E. Windows color (decimal): -3724206 or 5385415. OLE color: 5385415.

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

Color convert

RGB 199 44 82 -
CMYK 0 0.78 0.59 0.22
HSL 345.29º 0.64% 0.48% -
HSV(B) 345.29º 0.78% 0.78% -
XYZ 25.98 14.55 9.42 -
YUV 94.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 199 44 82 0 0.78 0.59 0.22 345.29 0.64 0.48
Hex C7 2C 52 0 4E 3B 16 159 40 30
Octal 307 54 122 0 116 73 26 531 100 60
Binary 11000111 101100 1010010 0 1001110 111011 10110 101011001 1000000 110000

Color Harmonies of #C72C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C52

Black with #C72C52

Text Example


Text Example

White with #C72C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C52; }

 p { color: rgb(199,44,82); }

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

background-color css

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

 a { background-color: rgb(199,44,82); }

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

border-color css

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

 span { border-color: rgb(199,44,82); }

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