Html Css Color HEX #C73A5A Old Rose

📋 copy color: '#C73A5A'

red 199 ◦ green 58 ◦ blue 90

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

Shades of Old Rose #C73A5A

Tints of Old Rose #C73A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 57.35%
G = 16.71%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C73A5A (or 0xC73A5A) is known color: Old Rose. HEX triplet: C7, 3A and 5A. RGB value is (199,58,90). Sum of RGB (Red+Green+Blue) = 199+58+90=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A5A is #38C5A5. Grayscale: #676767. Windows color (decimal): -3720614 or 5913287. OLE color: 5913287.

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

Color convert

RGB 199 58 90 -
CMYK 0 0.71 0.55 0.22
HSL 346.38º 0.56% 0.5% -
HSV(B) 346.38º 0.71% 0.78% -
XYZ 26.91 15.91 11.32 -
YUV 103.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 199 58 90 0 0.71 0.55 0.22 346.38 0.56 0.5
Hex C7 3A 5A 0 47 37 16 15A 38 32
Octal 307 72 132 0 107 67 26 532 70 62
Binary 11000111 111010 1011010 0 1000111 110111 10110 101011010 111000 110010

Color Harmonies of #C73A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A5A

Black with #C73A5A

Text Example


Text Example

White with #C73A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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