Html Css Color HEX #C51A54 Old Rose

📋 copy color: '#C51A54'

red 197 ◦ green 26 ◦ blue 84

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

Shades of Old Rose #C51A54

Tints of Old Rose #C51A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.47%

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 64.17%
G = 8.47%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C51A54 (or 0xC51A54) is known color: Old Rose. HEX triplet: C5, 1A and 54. RGB value is (197,26,84). Sum of RGB (Red+Green+Blue) = 197+26+84=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A54 is #3AE5AB. Grayscale: #535353. Windows color (decimal): -3859884 or 5511877. OLE color: 5511877.

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

Color convert

RGB 197 26 84 -
CMYK 0 0.87 0.57 0.23
HSL 339.65º 0.77% 0.44% -
HSV(B) 339.65º 0.87% 0.77% -
XYZ 25 13.25 9.63 -
YUV 83.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 197 26 84 0 0.87 0.57 0.23 339.65 0.77 0.44
Hex C5 1A 54 0 57 39 17 154 4D 2C
Octal 305 32 124 0 127 71 27 524 115 54
Binary 11000101 11010 1010100 0 1010111 111001 10111 101010100 1001101 101100

Color Harmonies of #C51A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A54

Black with #C51A54

Text Example


Text Example

White with #C51A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A54; }

 p { color: rgb(197,26,84); }

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

background-color css

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

 a { background-color: rgb(197,26,84); }

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

border-color css

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

 span { border-color: rgb(197,26,84); }

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