Html Css Color HEX #C51A4D Old Rose

📋 copy color: '#C51A4D'

red 197 ◦ green 26 ◦ blue 77

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

Shades of Old Rose #C51A4D

Tints of Old Rose #C51A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 65.67%
G = 8.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C51A4D (or 0xC51A4D) is known color: Old Rose. HEX triplet: C5, 1A and 4D. RGB value is (197,26,77). Sum of RGB (Red+Green+Blue) = 197+26+77=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A4D is #3AE5B2. Grayscale: #525252. Windows color (decimal): -3859891 or 5053125. OLE color: 5053125.

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

Color convert

RGB 197 26 77 -
CMYK 0 0.87 0.61 0.23
HSL 342.11º 0.77% 0.44% -
HSV(B) 342.11º 0.87% 0.77% -
XYZ 24.73 13.14 8.25 -
YUV 82.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 197 26 77 0 0.87 0.61 0.23 342.11 0.77 0.44
Hex C5 1A 4D 0 57 3D 17 156 4D 2C
Octal 305 32 115 0 127 75 27 526 115 54
Binary 11000101 11010 1001101 0 1010111 111101 10111 101010110 1001101 101100

Color Harmonies of #C51A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A4D

Black with #C51A4D

Text Example


Text Example

White with #C51A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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