Html Css Color HEX #C5314E Old Rose

📋 copy color: '#C5314E'

red 197 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #C5314E

Tints of Old Rose #C5314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

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

R = 60.8%
G = 15.12%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5314E (or 0xC5314E) is known color: Old Rose. HEX triplet: C5, 31 and 4E. RGB value is (197,49,78). Sum of RGB (Red+Green+Blue) = 197+49+78=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5314E is #3ACEB1. Grayscale: #606060. Windows color (decimal): -3854002 or 5124549. OLE color: 5124549.

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

Color convert

RGB 197 49 78 -
CMYK 0 0.75 0.60 0.23
HSL 348.24º 0.6% 0.48% -
HSV(B) 348.24º 0.75% 0.77% -
XYZ 25.5 14.62 8.69 -
YUV 96.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 197 49 78 0 0.75 0.60 0.23 348.24 0.6 0.48
Hex C5 31 4E 0 4B 3C 17 15C 3C 30
Octal 305 61 116 0 113 74 27 534 74 60
Binary 11000101 110001 1001110 0 1001011 111100 10111 101011100 111100 110000

Color Harmonies of #C5314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5314E

Black with #C5314E

Text Example


Text Example

White with #C5314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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