Html Css Color HEX #C73A5D Old Rose

📋 copy color: '#C73A5D'

red 199 ◦ green 58 ◦ blue 93

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

Shades of Old Rose #C73A5D

Tints of Old Rose #C73A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 56.86%
G = 16.57%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C73A5D (or 0xC73A5D) is known color: Old Rose. HEX triplet: C7, 3A and 5D. RGB value is (199,58,93). Sum of RGB (Red+Green+Blue) = 199+58+93=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A5D is #38C5A2. Grayscale: #686868. Windows color (decimal): -3720611 or 6109895. OLE color: 6109895.

HSL color Cylindrical-coordinate representation of color #C73A5D: hue angle of 345.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A5D is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 93 -
CMYK 0 0.71 0.53 0.22
HSL 345.11º 0.56% 0.5% -
HSV(B) 345.11º 0.71% 0.78% -
XYZ 27.04 15.96 12.01 -
YUV 104.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 199 58 93 0 0.71 0.53 0.22 345.11 0.56 0.5
Hex C7 3A 5D 0 47 35 16 159 38 32
Octal 307 72 135 0 107 65 26 531 70 62
Binary 11000111 111010 1011101 0 1000111 110101 10110 101011001 111000 110010

Color Harmonies of #C73A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A5D

Black with #C73A5D

Text Example


Text Example

White with #C73A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A5D; }

 p { color: rgb(199,58,93); }

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

background-color css

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

 a { background-color: rgb(199,58,93); }

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

border-color css

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

 span { border-color: rgb(199,58,93); }

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