Html Css Color HEX #C73260 Old Rose

📋 copy color: '#C73260'

red 199 ◦ green 50 ◦ blue 96

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

Shades of Old Rose #C73260

Tints of Old Rose #C73260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 57.68%
G = 14.49%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C73260 (or 0xC73260) is known color: Old Rose. HEX triplet: C7, 32 and 60. RGB value is (199,50,96). Sum of RGB (Red+Green+Blue) = 199+50+96=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C73260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73260 is #38CD9F. Grayscale: #636363. Windows color (decimal): -3722656 or 6304455. OLE color: 6304455.

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

Color convert

RGB 199 50 96 -
CMYK 0 0.75 0.52 0.22
HSL 341.48º 0.6% 0.49% -
HSV(B) 341.48º 0.75% 0.78% -
XYZ 26.81 15.27 12.6 -
YUV 99.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 199 50 96 0 0.75 0.52 0.22 341.48 0.6 0.49
Hex C7 32 60 0 4B 34 16 155 3C 31
Octal 307 62 140 0 113 64 26 525 74 61
Binary 11000111 110010 1100000 0 1001011 110100 10110 101010101 111100 110001

Color Harmonies of #C73260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73260

Black with #C73260

Text Example


Text Example

White with #C73260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73260; }

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

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

background-color css

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

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

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

border-color css

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

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

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