Html Css Color HEX #C73A5E Old Rose

📋 copy color: '#C73A5E'

red 199 ◦ green 58 ◦ blue 94

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

Shades of Old Rose #C73A5E

Tints of Old Rose #C73A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 56.7%
G = 16.52%
B = 26.78%

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

#C73A5E (or 0xC73A5E) is known color: Old Rose. HEX triplet: C7, 3A and 5E. RGB value is (199,58,94). Sum of RGB (Red+Green+Blue) = 199+58+94=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A5E is #38C5A1. Grayscale: #686868. Windows color (decimal): -3720610 or 6175431. OLE color: 6175431.

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

Color convert

RGB 199 58 94 -
CMYK 0 0.71 0.53 0.22
HSL 344.68º 0.56% 0.5% -
HSV(B) 344.68º 0.71% 0.78% -
XYZ 27.09 15.98 12.25 -
YUV 104.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 199 58 94 0 0.71 0.53 0.22 344.68 0.56 0.5
Hex C7 3A 5E 0 47 35 16 159 38 32
Octal 307 72 136 0 107 65 26 531 70 62
Binary 11000111 111010 1011110 0 1000111 110101 10110 101011001 111000 110010

Color Harmonies of #C73A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A5E

Black with #C73A5E

Text Example


Text Example

White with #C73A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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