Html Css Color HEX #C73659 Old Rose

📋 copy color: '#C73659'

red 199 ◦ green 54 ◦ blue 89

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

Shades of Old Rose #C73659

Tints of Old Rose #C73659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

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

R = 58.19%
G = 15.79%
B = 26.02%

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

#C73659 (or 0xC73659) is known color: Old Rose. HEX triplet: C7, 36 and 59. RGB value is (199,54,89). Sum of RGB (Red+Green+Blue) = 199+54+89=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C73659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73659 is #38C9A6. Grayscale: #656565. Windows color (decimal): -3721639 or 5846727. OLE color: 5846727.

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

Color convert

RGB 199 54 89 -
CMYK 0 0.73 0.55 0.22
HSL 345.52º 0.57% 0.5% -
HSV(B) 345.52º 0.73% 0.78% -
XYZ 26.68 15.5 11.04 -
YUV 101.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 199 54 89 0 0.73 0.55 0.22 345.52 0.57 0.5
Hex C7 36 59 0 49 37 16 15A 39 32
Octal 307 66 131 0 111 67 26 532 71 62
Binary 11000111 110110 1011001 0 1001001 110111 10110 101011010 111001 110010

Color Harmonies of #C73659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73659

Black with #C73659

Text Example


Text Example

White with #C73659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73659; }

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

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

background-color css

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

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

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

border-color css

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

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

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