Html Css Color HEX #C73B56 Old Rose

📋 copy color: '#C73B56'

red 199 ◦ green 59 ◦ blue 86

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

Shades of Old Rose #C73B56

Tints of Old Rose #C73B56

RGB

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

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

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

R = 57.85%
G = 17.15%
B = 25%

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

#C73B56 (or 0xC73B56) is known color: Old Rose. HEX triplet: C7, 3B and 56. RGB value is (199,59,86). Sum of RGB (Red+Green+Blue) = 199+59+86=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B56 is #38C4A9. Grayscale: #676767. Windows color (decimal): -3720362 or 5651399. OLE color: 5651399.

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

Color convert

RGB 199 59 86 -
CMYK 0 0.70 0.57 0.22
HSL 348.43º 0.56% 0.51% -
HSV(B) 348.43º 0.7% 0.78% -
XYZ 26.8 15.94 10.47 -
YUV 103.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 199 59 86 0 0.70 0.57 0.22 348.43 0.56 0.51
Hex C7 3B 56 0 46 39 16 15C 38 33
Octal 307 73 126 0 106 71 26 534 70 63
Binary 11000111 111011 1010110 0 1000110 111001 10110 101011100 111000 110011

Color Harmonies of #C73B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B56

Black with #C73B56

Text Example


Text Example

White with #C73B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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