Html Css Color HEX #C51E53 Old Rose

📋 copy color: '#C51E53'

red 197 ◦ green 30 ◦ blue 83

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

Shades of Old Rose #C51E53

Tints of Old Rose #C51E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 63.55%
G = 9.68%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51E53 (or 0xC51E53) is known color: Old Rose. HEX triplet: C5, 1E and 53. RGB value is (197,30,83). Sum of RGB (Red+Green+Blue) = 197+30+83=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E53 is #3AE1AC. Grayscale: #555555. Windows color (decimal): -3858861 or 5447365. OLE color: 5447365.

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

Color convert

RGB 197 30 83 -
CMYK 0 0.85 0.58 0.23
HSL 340.96º 0.74% 0.45% -
HSV(B) 340.96º 0.85% 0.77% -
XYZ 25.05 13.42 9.45 -
YUV 85.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 197 30 83 0 0.85 0.58 0.23 340.96 0.74 0.45
Hex C5 1E 53 0 55 3A 17 155 4A 2D
Octal 305 36 123 0 125 72 27 525 112 55
Binary 11000101 11110 1010011 0 1010101 111010 10111 101010101 1001010 101101

Color Harmonies of #C51E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E53

Black with #C51E53

Text Example


Text Example

White with #C51E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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