Html Css Color HEX #C72851 Old Rose

📋 copy color: '#C72851'

red 199 ◦ green 40 ◦ blue 81

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

Shades of Old Rose #C72851

Tints of Old Rose #C72851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 62.19%
G = 12.5%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72851 (or 0xC72851) is known color: Old Rose. HEX triplet: C7, 28 and 51. RGB value is (199,40,81). Sum of RGB (Red+Green+Blue) = 199+40+81=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C72851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72851 is #38D7AE. Grayscale: #5C5C5C. Windows color (decimal): -3725231 or 5318855. OLE color: 5318855.

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

Color convert

RGB 199 40 81 -
CMYK 0 0.80 0.59 0.22
HSL 344.53º 0.67% 0.47% -
HSV(B) 344.53º 0.8% 0.78% -
XYZ 25.8 14.25 9.18 -
YUV 92.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 199 40 81 0 0.80 0.59 0.22 344.53 0.67 0.47
Hex C7 28 51 0 50 3B 16 159 43 2F
Octal 307 50 121 0 120 73 26 531 103 57
Binary 11000111 101000 1010001 0 1010000 111011 10110 101011001 1000011 101111

Color Harmonies of #C72851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72851

Black with #C72851

Text Example


Text Example

White with #C72851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72851; }

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

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

background-color css

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

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

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

border-color css

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

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

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