Html Css Color HEX #C73B55 Old Rose

📋 copy color: '#C73B55'

red 199 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #C73B55

Tints of Old Rose #C73B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 58.02%
G = 17.2%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73B55 (or 0xC73B55) is known color: Old Rose. HEX triplet: C7, 3B and 55. RGB value is (199,59,85). Sum of RGB (Red+Green+Blue) = 199+59+85=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B55 is #38C4AA. Grayscale: #676767. Windows color (decimal): -3720363 or 5585863. OLE color: 5585863.

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

Color convert

RGB 199 59 85 -
CMYK 0 0.70 0.57 0.22
HSL 348.86º 0.56% 0.51% -
HSV(B) 348.86º 0.7% 0.78% -
XYZ 26.76 15.93 10.26 -
YUV 103.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 199 59 85 0 0.70 0.57 0.22 348.86 0.56 0.51
Hex C7 3B 55 0 46 39 16 15D 38 33
Octal 307 73 125 0 106 71 26 535 70 63
Binary 11000111 111011 1010101 0 1000110 111001 10110 101011101 111000 110011

Color Harmonies of #C73B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B55

Black with #C73B55

Text Example


Text Example

White with #C73B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B55; }

 p { color: rgb(199,59,85); }

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

background-color css

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

 a { background-color: rgb(199,59,85); }

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

border-color css

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

 span { border-color: rgb(199,59,85); }

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