Html Css Color HEX #C73250 Old Rose

📋 copy color: '#C73250'

red 199 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #C73250

Tints of Old Rose #C73250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 60.49%
G = 15.2%
B = 24.32%

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

#C73250 (or 0xC73250) is known color: Old Rose. HEX triplet: C7, 32 and 50. RGB value is (199,50,80). Sum of RGB (Red+Green+Blue) = 199+50+80=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C73250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73250 is #38CDAF. Grayscale: #616161. Windows color (decimal): -3722672 or 5255879. OLE color: 5255879.

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

Color convert

RGB 199 50 80 -
CMYK 0 0.75 0.60 0.22
HSL 347.92º 0.6% 0.49% -
HSV(B) 347.92º 0.75% 0.78% -
XYZ 26.14 15 9.11 -
YUV 97.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 199 50 80 0 0.75 0.60 0.22 347.92 0.6 0.49
Hex C7 32 50 0 4B 3C 16 15C 3C 31
Octal 307 62 120 0 113 74 26 534 74 61
Binary 11000111 110010 1010000 0 1001011 111100 10110 101011100 111100 110001

Color Harmonies of #C73250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73250

Black with #C73250

Text Example


Text Example

White with #C73250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73250; }

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

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

background-color css

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

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

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

border-color css

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

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

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