Html Css Color HEX #C73758 Old Rose

📋 copy color: '#C73758'

red 199 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #C73758

Tints of Old Rose #C73758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

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

R = 58.19%
G = 16.08%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C73758 (or 0xC73758) is known color: Old Rose. HEX triplet: C7, 37 and 58. RGB value is (199,55,88). Sum of RGB (Red+Green+Blue) = 199+55+88=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C73758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73758 is #38C8A7. Grayscale: #656565. Windows color (decimal): -3721384 or 5781447. OLE color: 5781447.

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

Color convert

RGB 199 55 88 -
CMYK 0 0.72 0.56 0.22
HSL 346.25º 0.57% 0.5% -
HSV(B) 346.25º 0.72% 0.78% -
XYZ 26.68 15.58 10.83 -
YUV 101.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 199 55 88 0 0.72 0.56 0.22 346.25 0.57 0.5
Hex C7 37 58 0 48 38 16 15A 39 32
Octal 307 67 130 0 110 70 26 532 71 62
Binary 11000111 110111 1011000 0 1001000 111000 10110 101011010 111001 110010

Color Harmonies of #C73758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73758

Black with #C73758

Text Example


Text Example

White with #C73758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73758; }

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

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

background-color css

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

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

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

border-color css

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

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

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