Html Css Color HEX #C73F58 Old Rose

📋 copy color: '#C73F58'

red 199 ◦ green 63 ◦ blue 88

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

Shades of Old Rose #C73F58

Tints of Old Rose #C73F58

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 56.86%
G = 18%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C73F58 (or 0xC73F58) is known color: Old Rose. HEX triplet: C7, 3F and 58. RGB value is (199,63,88). Sum of RGB (Red+Green+Blue) = 199+63+88=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F58 is #38C0A7. Grayscale: #6A6A6A. Windows color (decimal): -3719336 or 5783495. OLE color: 5783495.

HSL color Cylindrical-coordinate representation of color #C73F58: hue angle of 348.97º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F58 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 63 88 -
CMYK 0 0.68 0.56 0.22
HSL 348.97º 0.55% 0.51% -
HSV(B) 348.97º 0.68% 0.78% -
XYZ 27.09 16.4 10.97 -
YUV 106.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 199 63 88 0 0.68 0.56 0.22 348.97 0.55 0.51
Hex C7 3F 58 0 44 38 16 15D 37 33
Octal 307 77 130 0 104 70 26 535 67 63
Binary 11000111 111111 1011000 0 1000100 111000 10110 101011101 110111 110011

Color Harmonies of #C73F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F58

Black with #C73F58

Text Example


Text Example

White with #C73F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F58; }

 p { color: rgb(199,63,88); }

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

background-color css

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

 a { background-color: rgb(199,63,88); }

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

border-color css

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

 span { border-color: rgb(199,63,88); }

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