Html Css Color HEX #C73D4F Old Rose

📋 copy color: '#C73D4F'

red 199 ◦ green 61 ◦ blue 79

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

Shades of Old Rose #C73D4F

Tints of Old Rose #C73D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 58.7%
G = 17.99%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C73D4F (or 0xC73D4F) is known color: Old Rose. HEX triplet: C7, 3D and 4F. RGB value is (199,61,79). Sum of RGB (Red+Green+Blue) = 199+61+79=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D4F is #38C2B0. Grayscale: #686868. Windows color (decimal): -3719857 or 5193159. OLE color: 5193159.

HSL color Cylindrical-coordinate representation of color #C73D4F: hue angle of 352.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D4F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 61 79 -
CMYK 0 0.69 0.60 0.22
HSL 352.17º 0.55% 0.51% -
HSV(B) 352.17º 0.69% 0.78% -
XYZ 26.63 16.04 9.09 -
YUV 104.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 199 61 79 0 0.69 0.60 0.22 352.17 0.55 0.51
Hex C7 3D 4F 0 45 3C 16 160 37 33
Octal 307 75 117 0 105 74 26 540 67 63
Binary 11000111 111101 1001111 0 1000101 111100 10110 101100000 110111 110011

Color Harmonies of #C73D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D4F

Black with #C73D4F

Text Example


Text Example

White with #C73D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D4F; }

 p { color: rgb(199,61,79); }

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

background-color css

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

 a { background-color: rgb(199,61,79); }

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

border-color css

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

 span { border-color: rgb(199,61,79); }

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