Html Css Color HEX #C72860 Old Rose

📋 copy color: '#C72860'

red 199 ◦ green 40 ◦ blue 96

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

Shades of Old Rose #C72860

Tints of Old Rose #C72860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 59.4%
G = 11.94%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C72860 (or 0xC72860) is known color: Old Rose. HEX triplet: C7, 28 and 60. RGB value is (199,40,96). Sum of RGB (Red+Green+Blue) = 199+40+96=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C72860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72860 is #38D79F. Grayscale: #5D5D5D. Windows color (decimal): -3725216 or 6301895. OLE color: 6301895.

HSL color Cylindrical-coordinate representation of color #C72860: hue angle of 338.87º 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 #C72860 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 96 -
CMYK 0 0.80 0.52 0.22
HSL 338.87º 0.67% 0.47% -
HSV(B) 338.87º 0.8% 0.78% -
XYZ 26.42 14.5 12.47 -
YUV 93.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 199 40 96 0 0.80 0.52 0.22 338.87 0.67 0.47
Hex C7 28 60 0 50 34 16 153 43 2F
Octal 307 50 140 0 120 64 26 523 103 57
Binary 11000111 101000 1100000 0 1010000 110100 10110 101010011 1000011 101111

Color Harmonies of #C72860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72860

Black with #C72860

Text Example


Text Example

White with #C72860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72860; }

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

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

background-color css

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

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

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

border-color css

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

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

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