Html Css Color HEX #C51D5B Old Rose

📋 copy color: '#C51D5B'

red 197 ◦ green 29 ◦ blue 91

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

Shades of Old Rose #C51D5B

Tints of Old Rose #C51D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 62.15%
G = 9.15%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C51D5B (or 0xC51D5B) is known color: Old Rose. HEX triplet: C5, 1D and 5B. RGB value is (197,29,91). Sum of RGB (Red+Green+Blue) = 197+29+91=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D5B is #3AE2A4. Grayscale: #565656. Windows color (decimal): -3859109 or 5971397. OLE color: 5971397.

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

Color convert

RGB 197 29 91 -
CMYK 0 0.85 0.54 0.23
HSL 337.86º 0.74% 0.44% -
HSV(B) 337.86º 0.85% 0.77% -
XYZ 25.35 13.5 11.17 -
YUV 86.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 197 29 91 0 0.85 0.54 0.23 337.86 0.74 0.44
Hex C5 1D 5B 0 55 36 17 152 4A 2C
Octal 305 35 133 0 125 66 27 522 112 54
Binary 11000101 11101 1011011 0 1010101 110110 10111 101010010 1001010 101100

Color Harmonies of #C51D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D5B

Black with #C51D5B

Text Example


Text Example

White with #C51D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D5B; }

 p { color: rgb(197,29,91); }

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

background-color css

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

 a { background-color: rgb(197,29,91); }

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

border-color css

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

 span { border-color: rgb(197,29,91); }

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