Html Css Color HEX #C73559 Old Rose

📋 copy color: '#C73559'

red 199 ◦ green 53 ◦ blue 89

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

Shades of Old Rose #C73559

Tints of Old Rose #C73559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 58.36%
G = 15.54%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C73559 (or 0xC73559) is known color: Old Rose. HEX triplet: C7, 35 and 59. RGB value is (199,53,89). Sum of RGB (Red+Green+Blue) = 199+53+89=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C73559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73559 is #38CAA6. Grayscale: #646464. Windows color (decimal): -3721895 or 5846471. OLE color: 5846471.

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

Color convert

RGB 199 53 89 -
CMYK 0 0.73 0.55 0.22
HSL 345.21º 0.58% 0.49% -
HSV(B) 345.21º 0.73% 0.78% -
XYZ 26.63 15.41 11.02 -
YUV 100.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 199 53 89 0 0.73 0.55 0.22 345.21 0.58 0.49
Hex C7 35 59 0 49 37 16 159 3A 31
Octal 307 65 131 0 111 67 26 531 72 61
Binary 11000111 110101 1011001 0 1001001 110111 10110 101011001 111010 110001

Color Harmonies of #C73559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73559

Black with #C73559

Text Example


Text Example

White with #C73559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73559; }

 p { color: rgb(199,53,89); }

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

background-color css

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

 a { background-color: rgb(199,53,89); }

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

border-color css

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

 span { border-color: rgb(199,53,89); }

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