Html Css Color HEX #C51E5B Old Rose

📋 copy color: '#C51E5B'

red 197 ◦ green 30 ◦ blue 91

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

Shades of Old Rose #C51E5B

Tints of Old Rose #C51E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.43%

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

R = 61.95%
G = 9.43%
B = 28.62%

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

#C51E5B (or 0xC51E5B) is known color: Old Rose. HEX triplet: C5, 1E and 5B. RGB value is (197,30,91). Sum of RGB (Red+Green+Blue) = 197+30+91=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E5B is #3AE1A4. Grayscale: #565656. Windows color (decimal): -3858853 or 5971653. OLE color: 5971653.

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

Color convert

RGB 197 30 91 -
CMYK 0 0.85 0.54 0.23
HSL 338.08º 0.74% 0.45% -
HSV(B) 338.08º 0.85% 0.77% -
XYZ 25.38 13.55 11.18 -
YUV 86.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 197 30 91 0 0.85 0.54 0.23 338.08 0.74 0.45
Hex C5 1E 5B 0 55 36 17 152 4A 2D
Octal 305 36 133 0 125 66 27 522 112 55
Binary 11000101 11110 1011011 0 1010101 110110 10111 101010010 1001010 101101

Color Harmonies of #C51E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E5B

Black with #C51E5B

Text Example


Text Example

White with #C51E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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