Html Css Color HEX #C72360 Old Rose

📋 copy color: '#C72360'

red 199 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #C72360

Tints of Old Rose #C72360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

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

R = 60.3%
G = 10.61%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C72360 (or 0xC72360) is known color: Old Rose. HEX triplet: C7, 23 and 60. RGB value is (199,35,96). Sum of RGB (Red+Green+Blue) = 199+35+96=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C72360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72360 is #38DC9F. Grayscale: #5A5A5A. Windows color (decimal): -3726496 or 6300615. OLE color: 6300615.

HSL color Cylindrical-coordinate representation of color #C72360: hue angle of 337.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72360 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 96 -
CMYK 0 0.82 0.52 0.22
HSL 337.68º 0.7% 0.46% -
HSV(B) 337.68º 0.82% 0.78% -
XYZ 26.27 14.19 12.42 -
YUV 90.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 199 35 96 0 0.82 0.52 0.22 337.68 0.7 0.46
Hex C7 23 60 0 52 34 16 152 46 2E
Octal 307 43 140 0 122 64 26 522 106 56
Binary 11000111 100011 1100000 0 1010010 110100 10110 101010010 1000110 101110

Color Harmonies of #C72360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72360

Black with #C72360

Text Example


Text Example

White with #C72360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72360; }

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

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

background-color css

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

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

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

border-color css

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

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

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