Html Css Color HEX #C5394E Old Rose

📋 copy color: '#C5394E'

red 197 ◦ green 57 ◦ blue 78

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

Shades of Old Rose #C5394E

Tints of Old Rose #C5394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

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

R = 59.34%
G = 17.17%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5394E (or 0xC5394E) is known color: Old Rose. HEX triplet: C5, 39 and 4E. RGB value is (197,57,78). Sum of RGB (Red+Green+Blue) = 197+57+78=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5394E is #3AC6B1. Grayscale: #656565. Windows color (decimal): -3851954 or 5126597. OLE color: 5126597.

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

Color convert

RGB 197 57 78 -
CMYK 0 0.71 0.60 0.23
HSL 351º 0.55% 0.5% -
HSV(B) 351º 0.71% 0.77% -
XYZ 25.86 15.35 8.81 -
YUV 101.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 197 57 78 0 0.71 0.60 0.23 351 0.55 0.5
Hex C5 39 4E 0 47 3C 17 15F 37 32
Octal 305 71 116 0 107 74 27 537 67 62
Binary 11000101 111001 1001110 0 1000111 111100 10111 101011111 110111 110010

Color Harmonies of #C5394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5394E

Black with #C5394E

Text Example


Text Example

White with #C5394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5394E; }

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

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

background-color css

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

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

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

border-color css

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

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

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