Html Css Color HEX #C51E4A Old Rose

📋 copy color: '#C51E4A'

red 197 ◦ green 30 ◦ blue 74

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

Shades of Old Rose #C51E4A

Tints of Old Rose #C51E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 65.45%
G = 9.97%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C51E4A (or 0xC51E4A) is known color: Old Rose. HEX triplet: C5, 1E and 4A. RGB value is (197,30,74). Sum of RGB (Red+Green+Blue) = 197+30+74=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E4A is #3AE1B5. Grayscale: #545454. Windows color (decimal): -3858870 or 4857541. OLE color: 4857541.

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

Color convert

RGB 197 30 74 -
CMYK 0 0.85 0.62 0.23
HSL 344.19º 0.74% 0.45% -
HSV(B) 344.19º 0.85% 0.77% -
XYZ 24.73 13.29 7.74 -
YUV 84.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 197 30 74 0 0.85 0.62 0.23 344.19 0.74 0.45
Hex C5 1E 4A 0 55 3E 17 158 4A 2D
Octal 305 36 112 0 125 76 27 530 112 55
Binary 11000101 11110 1001010 0 1010101 111110 10111 101011000 1001010 101101

Color Harmonies of #C51E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E4A

Black with #C51E4A

Text Example


Text Example

White with #C51E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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