Html Css Color HEX #C5404F Old Rose

📋 copy color: '#C5404F'

red 197 ◦ green 64 ◦ blue 79

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

Shades of Old Rose #C5404F

Tints of Old Rose #C5404F

RGB

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

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

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

R = 57.94%
G = 18.82%
B = 23.24%

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

#C5404F (or 0xC5404F) is known color: Old Rose. HEX triplet: C5, 40 and 4F. RGB value is (197,64,79). Sum of RGB (Red+Green+Blue) = 197+64+79=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5404F is #3ABFB0. Grayscale: #696969. Windows color (decimal): -3850161 or 5193925. OLE color: 5193925.

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

Color convert

RGB 197 64 79 -
CMYK 0 0.68 0.60 0.23
HSL 353.23º 0.53% 0.51% -
HSV(B) 353.23º 0.68% 0.77% -
XYZ 26.27 16.1 9.12 -
YUV 105.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 197 64 79 0 0.68 0.60 0.23 353.23 0.53 0.51
Hex C5 40 4F 0 44 3C 17 161 35 33
Octal 305 100 117 0 104 74 27 541 65 63
Binary 11000101 1000000 1001111 0 1000100 111100 10111 101100001 110101 110011

Color Harmonies of #C5404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5404F

Black with #C5404F

Text Example


Text Example

White with #C5404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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