Html Css Color HEX #C73D5F Old Rose

📋 copy color: '#C73D5F'

red 199 ◦ green 61 ◦ blue 95

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

Shades of Old Rose #C73D5F

Tints of Old Rose #C73D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 56.06%
G = 17.18%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C73D5F (or 0xC73D5F) is known color: Old Rose. HEX triplet: C7, 3D and 5F. RGB value is (199,61,95). Sum of RGB (Red+Green+Blue) = 199+61+95=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D5F is #38C2A0. Grayscale: #6A6A6A. Windows color (decimal): -3719841 or 6241735. OLE color: 6241735.

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

Color convert

RGB 199 61 95 -
CMYK 0 0.69 0.52 0.22
HSL 345.22º 0.55% 0.51% -
HSV(B) 345.22º 0.69% 0.78% -
XYZ 27.29 16.31 12.54 -
YUV 106.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 199 61 95 0 0.69 0.52 0.22 345.22 0.55 0.51
Hex C7 3D 5F 0 45 34 16 159 37 33
Octal 307 75 137 0 105 64 26 531 67 63
Binary 11000111 111101 1011111 0 1000101 110100 10110 101011001 110111 110011

Color Harmonies of #C73D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D5F

Black with #C73D5F

Text Example


Text Example

White with #C73D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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