Html Css Color HEX #C51F4D Old Rose

📋 copy color: '#C51F4D'

red 197 ◦ green 31 ◦ blue 77

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

Shades of Old Rose #C51F4D

Tints of Old Rose #C51F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.16%

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

R = 64.59%
G = 10.16%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C51F4D (or 0xC51F4D) is known color: Old Rose. HEX triplet: C5, 1F and 4D. RGB value is (197,31,77). Sum of RGB (Red+Green+Blue) = 197+31+77=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F4D is #3AE0B2. Grayscale: #555555. Windows color (decimal): -3858611 or 5054405. OLE color: 5054405.

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

Color convert

RGB 197 31 77 -
CMYK 0 0.84 0.61 0.23
HSL 343.37º 0.73% 0.45% -
HSV(B) 343.37º 0.84% 0.77% -
XYZ 24.86 13.39 8.29 -
YUV 85.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 197 31 77 0 0.84 0.61 0.23 343.37 0.73 0.45
Hex C5 1F 4D 0 54 3D 17 157 49 2D
Octal 305 37 115 0 124 75 27 527 111 55
Binary 11000101 11111 1001101 0 1010100 111101 10111 101010111 1001001 101101

Color Harmonies of #C51F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F4D

Black with #C51F4D

Text Example


Text Example

White with #C51F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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