Html Css Color HEX #C73051 Old Rose

📋 copy color: '#C73051'

red 199 ◦ green 48 ◦ blue 81

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

Shades of Old Rose #C73051

Tints of Old Rose #C73051

RGB

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

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

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

R = 60.67%
G = 14.63%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C73051 (or 0xC73051) is known color: Old Rose. HEX triplet: C7, 30 and 51. RGB value is (199,48,81). Sum of RGB (Red+Green+Blue) = 199+48+81=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C73051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73051 is #38CFAE. Grayscale: #606060. Windows color (decimal): -3723183 or 5320903. OLE color: 5320903.

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

Color convert

RGB 199 48 81 -
CMYK 0 0.76 0.59 0.22
HSL 346.89º 0.61% 0.48% -
HSV(B) 346.89º 0.76% 0.78% -
XYZ 26.1 14.85 9.28 -
YUV 96.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 199 48 81 0 0.76 0.59 0.22 346.89 0.61 0.48
Hex C7 30 51 0 4C 3B 16 15B 3D 30
Octal 307 60 121 0 114 73 26 533 75 60
Binary 11000111 110000 1010001 0 1001100 111011 10110 101011011 111101 110000

Color Harmonies of #C73051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73051

Black with #C73051

Text Example


Text Example

White with #C73051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73051; }

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

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

background-color css

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

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

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

border-color css

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

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

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