Html Css Color HEX #C5354E Old Rose

📋 copy color: '#C5354E'

red 197 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #C5354E

Tints of Old Rose #C5354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 60.06%
G = 16.16%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5354E (or 0xC5354E) is known color: Old Rose. HEX triplet: C5, 35 and 4E. RGB value is (197,53,78). Sum of RGB (Red+Green+Blue) = 197+53+78=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5354E is #3ACAB1. Grayscale: #626262. Windows color (decimal): -3852978 or 5125573. OLE color: 5125573.

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

Color convert

RGB 197 53 78 -
CMYK 0 0.73 0.60 0.23
HSL 349.58º 0.58% 0.49% -
HSV(B) 349.58º 0.73% 0.77% -
XYZ 25.67 14.97 8.74 -
YUV 98.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 197 53 78 0 0.73 0.60 0.23 349.58 0.58 0.49
Hex C5 35 4E 0 49 3C 17 15E 3A 31
Octal 305 65 116 0 111 74 27 536 72 61
Binary 11000101 110101 1001110 0 1001001 111100 10111 101011110 111010 110001

Color Harmonies of #C5354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5354E

Black with #C5354E

Text Example


Text Example

White with #C5354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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