Html Css Color HEX #C73060 Old Rose

📋 copy color: '#C73060'

red 199 ◦ green 48 ◦ blue 96

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

Shades of Old Rose #C73060

Tints of Old Rose #C73060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

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

R = 58.02%
G = 13.99%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C73060 (or 0xC73060) is known color: Old Rose. HEX triplet: C7, 30 and 60. RGB value is (199,48,96). Sum of RGB (Red+Green+Blue) = 199+48+96=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73060 is #38CF9F. Grayscale: #626262. Windows color (decimal): -3723168 or 6303943. OLE color: 6303943.

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

Color convert

RGB 199 48 96 -
CMYK 0 0.76 0.52 0.22
HSL 340.93º 0.61% 0.48% -
HSV(B) 340.93º 0.76% 0.78% -
XYZ 26.72 15.1 12.57 -
YUV 98.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 199 48 96 0 0.76 0.52 0.22 340.93 0.61 0.48
Hex C7 30 60 0 4C 34 16 155 3D 30
Octal 307 60 140 0 114 64 26 525 75 60
Binary 11000111 110000 1100000 0 1001100 110100 10110 101010101 111101 110000

Color Harmonies of #C73060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73060

Black with #C73060

Text Example


Text Example

White with #C73060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73060; }

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

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

background-color css

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

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

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

border-color css

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

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

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