Html Css Color HEX #C5374E Old Rose

📋 copy color: '#C5374E'

red 197 ◦ green 55 ◦ blue 78

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

Shades of Old Rose #C5374E

Tints of Old Rose #C5374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 59.7%
G = 16.67%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5374E (or 0xC5374E) is known color: Old Rose. HEX triplet: C5, 37 and 4E. RGB value is (197,55,78). Sum of RGB (Red+Green+Blue) = 197+55+78=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5374E is #3AC8B1. Grayscale: #646464. Windows color (decimal): -3852466 or 5126085. OLE color: 5126085.

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

Color convert

RGB 197 55 78 -
CMYK 0 0.72 0.60 0.23
HSL 350.28º 0.56% 0.49% -
HSV(B) 350.28º 0.72% 0.77% -
XYZ 25.77 15.15 8.77 -
YUV 100.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 197 55 78 0 0.72 0.60 0.23 350.28 0.56 0.49
Hex C5 37 4E 0 48 3C 17 15E 38 31
Octal 305 67 116 0 110 74 27 536 70 61
Binary 11000101 110111 1001110 0 1001000 111100 10111 101011110 111000 110001

Color Harmonies of #C5374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5374E

Black with #C5374E

Text Example


Text Example

White with #C5374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5374E; }

 p { color: rgb(197,55,78); }

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

background-color css

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

 a { background-color: rgb(197,55,78); }

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

border-color css

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

 span { border-color: rgb(197,55,78); }

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