Html Css Color HEX #C73155 Old Rose

📋 copy color: '#C73155'

red 199 ◦ green 49 ◦ blue 85

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

Shades of Old Rose #C73155

Tints of Old Rose #C73155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 59.76%
G = 14.71%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73155 (or 0xC73155) is known color: Old Rose. HEX triplet: C7, 31 and 55. RGB value is (199,49,85). Sum of RGB (Red+Green+Blue) = 199+49+85=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73155 is #38CEAA. Grayscale: #616161. Windows color (decimal): -3722923 or 5583303. OLE color: 5583303.

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

Color convert

RGB 199 49 85 -
CMYK 0 0.75 0.57 0.22
HSL 345.6º 0.6% 0.49% -
HSV(B) 345.6º 0.75% 0.78% -
XYZ 26.29 14.99 10.1 -
YUV 97.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 199 49 85 0 0.75 0.57 0.22 345.6 0.6 0.49
Hex C7 31 55 0 4B 39 16 15A 3C 31
Octal 307 61 125 0 113 71 26 532 74 61
Binary 11000111 110001 1010101 0 1001011 111001 10110 101011010 111100 110001

Color Harmonies of #C73155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73155

Black with #C73155

Text Example


Text Example

White with #C73155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73155; }

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

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

background-color css

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

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

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

border-color css

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

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

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