Html Css Color HEX #C51E5E Old Rose

📋 copy color: '#C51E5E'

red 197 ◦ green 30 ◦ blue 94

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

Shades of Old Rose #C51E5E

Tints of Old Rose #C51E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 61.37%
G = 9.35%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C51E5E (or 0xC51E5E) is known color: Old Rose. HEX triplet: C5, 1E and 5E. RGB value is (197,30,94). Sum of RGB (Red+Green+Blue) = 197+30+94=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E5E is #3AE1A1. Grayscale: #575757. Windows color (decimal): -3858850 or 6168261. OLE color: 6168261.

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

Color convert

RGB 197 30 94 -
CMYK 0 0.85 0.52 0.23
HSL 337.01º 0.74% 0.45% -
HSV(B) 337.01º 0.85% 0.77% -
XYZ 25.51 13.61 11.87 -
YUV 87.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 197 30 94 0 0.85 0.52 0.23 337.01 0.74 0.45
Hex C5 1E 5E 0 55 34 17 151 4A 2D
Octal 305 36 136 0 125 64 27 521 112 55
Binary 11000101 11110 1011110 0 1010101 110100 10111 101010001 1001010 101101

Color Harmonies of #C51E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E5E

Black with #C51E5E

Text Example


Text Example

White with #C51E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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