Html Css Color HEX #C73157 Old Rose

📋 copy color: '#C73157'

red 199 ◦ green 49 ◦ blue 87

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

Shades of Old Rose #C73157

Tints of Old Rose #C73157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 59.4%
G = 14.63%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C73157 (or 0xC73157) is known color: Old Rose. HEX triplet: C7, 31 and 57. RGB value is (199,49,87). Sum of RGB (Red+Green+Blue) = 199+49+87=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73157 is #38CEA8. Grayscale: #626262. Windows color (decimal): -3722921 or 5714375. OLE color: 5714375.

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

Color convert

RGB 199 49 87 -
CMYK 0 0.75 0.56 0.22
HSL 344.8º 0.6% 0.49% -
HSV(B) 344.8º 0.75% 0.78% -
XYZ 26.37 15.03 10.53 -
YUV 98.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 199 49 87 0 0.75 0.56 0.22 344.8 0.6 0.49
Hex C7 31 57 0 4B 38 16 159 3C 31
Octal 307 61 127 0 113 70 26 531 74 61
Binary 11000111 110001 1010111 0 1001011 111000 10110 101011001 111100 110001

Color Harmonies of #C73157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73157

Black with #C73157

Text Example


Text Example

White with #C73157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73157; }

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

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

background-color css

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

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

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

border-color css

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

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

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