Html Css Color HEX #C73551 Old Rose

📋 copy color: '#C73551'

red 199 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #C73551

Tints of Old Rose #C73551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 59.76%
G = 15.92%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C73551 (or 0xC73551) is known color: Old Rose. HEX triplet: C7, 35 and 51. RGB value is (199,53,81). Sum of RGB (Red+Green+Blue) = 199+53+81=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73551 is #38CAAE. Grayscale: #636363. Windows color (decimal): -3721903 or 5322183. OLE color: 5322183.

HSL color Cylindrical-coordinate representation of color #C73551: hue angle of 348.49º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73551 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 81 -
CMYK 0 0.73 0.59 0.22
HSL 348.49º 0.58% 0.49% -
HSV(B) 348.49º 0.73% 0.78% -
XYZ 26.31 15.28 9.35 -
YUV 99.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 199 53 81 0 0.73 0.59 0.22 348.49 0.58 0.49
Hex C7 35 51 0 49 3B 16 15C 3A 31
Octal 307 65 121 0 111 73 26 534 72 61
Binary 11000111 110101 1010001 0 1001001 111011 10110 101011100 111010 110001

Color Harmonies of #C73551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73551

Black with #C73551

Text Example


Text Example

White with #C73551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73551; }

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

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

background-color css

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

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

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

border-color css

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

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

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