Html Css Color HEX #C73150 Old Rose

📋 copy color: '#C73150'

red 199 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #C73150

Tints of Old Rose #C73150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 60.67%
G = 14.94%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C73150 (or 0xC73150) is known color: Old Rose. HEX triplet: C7, 31 and 50. RGB value is (199,49,80). Sum of RGB (Red+Green+Blue) = 199+49+80=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C73150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73150 is #38CEAF. Grayscale: #616161. Windows color (decimal): -3722928 or 5255623. OLE color: 5255623.

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

Color convert

RGB 199 49 80 -
CMYK 0 0.75 0.60 0.22
HSL 347.6º 0.6% 0.49% -
HSV(B) 347.6º 0.75% 0.78% -
XYZ 26.1 14.92 9.09 -
YUV 97.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 199 49 80 0 0.75 0.60 0.22 347.6 0.6 0.49
Hex C7 31 50 0 4B 3C 16 15C 3C 31
Octal 307 61 120 0 113 74 26 534 74 61
Binary 11000111 110001 1010000 0 1001011 111100 10110 101011100 111100 110001

Color Harmonies of #C73150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73150

Black with #C73150

Text Example


Text Example

White with #C73150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73150; }

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

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

background-color css

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

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

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

border-color css

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

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

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