Html Css Color HEX #C51950 Old Rose

📋 copy color: '#C51950'

red 197 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #C51950

Tints of Old Rose #C51950

RGB

 RED value IS 197 (77.34% from 255) = 65.23%

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 65.23%
G = 8.28%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51950 (or 0xC51950) is known color: Old Rose. HEX triplet: C5, 19 and 50. RGB value is (197,25,80). Sum of RGB (Red+Green+Blue) = 197+25+80=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C51950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51950 is #3AE6AF. Grayscale: #525252. Windows color (decimal): -3860144 or 5249477. OLE color: 5249477.

HSL color Cylindrical-coordinate representation of color #C51950: hue angle of 340.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51950 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 80 -
CMYK 0 0.87 0.59 0.23
HSL 340.81º 0.77% 0.44% -
HSV(B) 340.81º 0.87% 0.77% -
XYZ 24.82 13.14 8.82 -
YUV 82.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 197 25 80 0 0.87 0.59 0.23 340.81 0.77 0.44
Hex C5 19 50 0 57 3B 17 155 4D 2C
Octal 305 31 120 0 127 73 27 525 115 54
Binary 11000101 11001 1010000 0 1010111 111011 10111 101010101 1001101 101100

Color Harmonies of #C51950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51950

Black with #C51950

Text Example


Text Example

White with #C51950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51950; }

 p { color: rgb(197,25,80); }

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

background-color css

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

 a { background-color: rgb(197,25,80); }

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

border-color css

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

 span { border-color: rgb(197,25,80); }

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