Html Css Color HEX #C73556 Old Rose

📋 copy color: '#C73556'

red 199 ◦ green 53 ◦ blue 86

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

Shades of Old Rose #C73556

Tints of Old Rose #C73556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 58.88%
G = 15.68%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73556 (or 0xC73556) is known color: Old Rose. HEX triplet: C7, 35 and 56. RGB value is (199,53,86). Sum of RGB (Red+Green+Blue) = 199+53+86=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C73556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73556 is #38CAA9. Grayscale: #646464. Windows color (decimal): -3721898 or 5649863. OLE color: 5649863.

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

Color convert

RGB 199 53 86 -
CMYK 0 0.73 0.57 0.22
HSL 346.44º 0.58% 0.49% -
HSV(B) 346.44º 0.73% 0.78% -
XYZ 26.51 15.36 10.37 -
YUV 100.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 199 53 86 0 0.73 0.57 0.22 346.44 0.58 0.49
Hex C7 35 56 0 49 39 16 15A 3A 31
Octal 307 65 126 0 111 71 26 532 72 61
Binary 11000111 110101 1010110 0 1001001 111001 10110 101011010 111010 110001

Color Harmonies of #C73556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73556

Black with #C73556

Text Example


Text Example

White with #C73556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73556; }

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

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

background-color css

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

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

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

border-color css

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

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

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