Html Css Color HEX #C51954 Old Rose

📋 copy color: '#C51954'

red 197 ◦ green 25 ◦ blue 84

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

Shades of Old Rose #C51954

Tints of Old Rose #C51954

RGB

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

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

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

R = 64.38%
G = 8.17%
B = 27.45%

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

#C51954 (or 0xC51954) is known color: Old Rose. HEX triplet: C5, 19 and 54. RGB value is (197,25,84). Sum of RGB (Red+Green+Blue) = 197+25+84=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C51954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51954 is #3AE6AB. Grayscale: #535353. Windows color (decimal): -3860140 or 5511621. OLE color: 5511621.

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

Color convert

RGB 197 25 84 -
CMYK 0 0.87 0.57 0.23
HSL 339.42º 0.77% 0.44% -
HSV(B) 339.42º 0.87% 0.77% -
XYZ 24.97 13.21 9.62 -
YUV 83.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 197 25 84 0 0.87 0.57 0.23 339.42 0.77 0.44
Hex C5 19 54 0 57 39 17 153 4D 2C
Octal 305 31 124 0 127 71 27 523 115 54
Binary 11000101 11001 1010100 0 1010111 111001 10111 101010011 1001101 101100

Color Harmonies of #C51954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51954

Black with #C51954

Text Example


Text Example

White with #C51954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51954; }

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

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

background-color css

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

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

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

border-color css

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

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

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