Html Css Color HEX #C5364F Old Rose

📋 copy color: '#C5364F'

red 197 ◦ green 54 ◦ blue 79

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

Shades of Old Rose #C5364F

Tints of Old Rose #C5364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 59.7%
G = 16.36%
B = 23.94%

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

#C5364F (or 0xC5364F) is known color: Old Rose. HEX triplet: C5, 36 and 4F. RGB value is (197,54,79). Sum of RGB (Red+Green+Blue) = 197+54+79=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5364F is #3AC9B0. Grayscale: #636363. Windows color (decimal): -3852721 or 5191365. OLE color: 5191365.

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

Color convert

RGB 197 54 79 -
CMYK 0 0.73 0.60 0.23
HSL 349.51º 0.57% 0.49% -
HSV(B) 349.51º 0.73% 0.77% -
XYZ 25.76 15.07 8.95 -
YUV 99.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 197 54 79 0 0.73 0.60 0.23 349.51 0.57 0.49
Hex C5 36 4F 0 49 3C 17 15E 39 31
Octal 305 66 117 0 111 74 27 536 71 61
Binary 11000101 110110 1001111 0 1001001 111100 10111 101011110 111001 110001

Color Harmonies of #C5364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5364F

Black with #C5364F

Text Example


Text Example

White with #C5364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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