Html Css Color HEX #C5194F Old Rose

📋 copy color: '#C5194F'

red 197 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #C5194F

Tints of Old Rose #C5194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 65.45%
G = 8.31%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5194F (or 0xC5194F) is known color: Old Rose. HEX triplet: C5, 19 and 4F. RGB value is (197,25,79). Sum of RGB (Red+Green+Blue) = 197+25+79=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C5194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5194F is #3AE6B0. Grayscale: #525252. Windows color (decimal): -3860145 or 5183941. OLE color: 5183941.

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

Color convert

RGB 197 25 79 -
CMYK 0 0.87 0.60 0.23
HSL 341.16º 0.77% 0.44% -
HSV(B) 341.16º 0.87% 0.77% -
XYZ 24.78 13.13 8.63 -
YUV 82.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 197 25 79 0 0.87 0.60 0.23 341.16 0.77 0.44
Hex C5 19 4F 0 57 3C 17 155 4D 2C
Octal 305 31 117 0 127 74 27 525 115 54
Binary 11000101 11001 1001111 0 1010111 111100 10111 101010101 1001101 101100

Color Harmonies of #C5194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5194F

Black with #C5194F

Text Example


Text Example

White with #C5194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5194F; }

 p { color: rgb(197,25,79); }

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

background-color css

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

 a { background-color: rgb(197,25,79); }

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

border-color css

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

 span { border-color: rgb(197,25,79); }

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