Html Css Color HEX #C5294F Old Rose

📋 copy color: '#C5294F'

red 197 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #C5294F

Tints of Old Rose #C5294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 62.15%
G = 12.93%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5294F (or 0xC5294F) is known color: Old Rose. HEX triplet: C5, 29 and 4F. RGB value is (197,41,79). Sum of RGB (Red+Green+Blue) = 197+41+79=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C5294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5294F is #3AD6B0. Grayscale: #5B5B5B. Windows color (decimal): -3856049 or 5188037. OLE color: 5188037.

HSL color Cylindrical-coordinate representation of color #C5294F: hue angle of 345.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5294F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 79 -
CMYK 0 0.79 0.60 0.23
HSL 345.38º 0.66% 0.47% -
HSV(B) 345.38º 0.79% 0.77% -
XYZ 25.23 14.02 8.77 -
YUV 91.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 197 41 79 0 0.79 0.60 0.23 345.38 0.66 0.47
Hex C5 29 4F 0 4F 3C 17 159 42 2F
Octal 305 51 117 0 117 74 27 531 102 57
Binary 11000101 101001 1001111 0 1001111 111100 10111 101011001 1000010 101111

Color Harmonies of #C5294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5294F

Black with #C5294F

Text Example


Text Example

White with #C5294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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