Html Css Color HEX #C73159 Old Rose

📋 copy color: '#C73159'

red 199 ◦ green 49 ◦ blue 89

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

Shades of Old Rose #C73159

Tints of Old Rose #C73159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 59.05%
G = 14.54%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C73159 (or 0xC73159) is known color: Old Rose. HEX triplet: C7, 31 and 59. RGB value is (199,49,89). Sum of RGB (Red+Green+Blue) = 199+49+89=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73159 is #38CEA6. Grayscale: #626262. Windows color (decimal): -3722919 or 5845447. OLE color: 5845447.

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

Color convert

RGB 199 49 89 -
CMYK 0 0.75 0.55 0.22
HSL 344º 0.6% 0.49% -
HSV(B) 344º 0.75% 0.78% -
XYZ 26.45 15.06 10.96 -
YUV 98.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 199 49 89 0 0.75 0.55 0.22 344 0.6 0.49
Hex C7 31 59 0 4B 37 16 158 3C 31
Octal 307 61 131 0 113 67 26 530 74 61
Binary 11000111 110001 1011001 0 1001011 110111 10110 101011000 111100 110001

Color Harmonies of #C73159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73159

Black with #C73159

Text Example


Text Example

White with #C73159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73159; }

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

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

background-color css

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

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

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

border-color css

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

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

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