Html Css Color HEX #C5404E Old Rose

📋 copy color: '#C5404E'

red 197 ◦ green 64 ◦ blue 78

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

Shades of Old Rose #C5404E

Tints of Old Rose #C5404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 58.11%
G = 18.88%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5404E (or 0xC5404E) is known color: Old Rose. HEX triplet: C5, 40 and 4E. RGB value is (197,64,78). Sum of RGB (Red+Green+Blue) = 197+64+78=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5404E is #3ABFB1. Grayscale: #696969. Windows color (decimal): -3850162 or 5128389. OLE color: 5128389.

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

Color convert

RGB 197 64 78 -
CMYK 0 0.68 0.60 0.23
HSL 353.68º 0.53% 0.51% -
HSV(B) 353.68º 0.68% 0.77% -
XYZ 26.23 16.09 8.93 -
YUV 105.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 197 64 78 0 0.68 0.60 0.23 353.68 0.53 0.51
Hex C5 40 4E 0 44 3C 17 162 35 33
Octal 305 100 116 0 104 74 27 542 65 63
Binary 11000101 1000000 1001110 0 1000100 111100 10111 101100010 110101 110011

Color Harmonies of #C5404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5404E

Black with #C5404E

Text Example


Text Example

White with #C5404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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