Html Css Color HEX #C73C4E Old Rose

📋 copy color: '#C73C4E'

red 199 ◦ green 60 ◦ blue 78

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

Shades of Old Rose #C73C4E

Tints of Old Rose #C73C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 59.05%
G = 17.8%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C73C4E (or 0xC73C4E) is known color: Old Rose. HEX triplet: C7, 3C and 4E. RGB value is (199,60,78). Sum of RGB (Red+Green+Blue) = 199+60+78=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C4E is #38C3B1. Grayscale: #676767. Windows color (decimal): -3720114 or 5127367. OLE color: 5127367.

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

Color convert

RGB 199 60 78 -
CMYK 0 0.70 0.61 0.22
HSL 352.23º 0.55% 0.51% -
HSV(B) 352.23º 0.7% 0.78% -
XYZ 26.54 15.92 8.88 -
YUV 103.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 199 60 78 0 0.70 0.61 0.22 352.23 0.55 0.51
Hex C7 3C 4E 0 46 3D 16 160 37 33
Octal 307 74 116 0 106 75 26 540 67 63
Binary 11000111 111100 1001110 0 1000110 111101 10110 101100000 110111 110011

Color Harmonies of #C73C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C4E

Black with #C73C4E

Text Example


Text Example

White with #C73C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C4E; }

 p { color: rgb(199,60,78); }

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

background-color css

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

 a { background-color: rgb(199,60,78); }

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

border-color css

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

 span { border-color: rgb(199,60,78); }

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