Html Css Color HEX #C5314A Old Rose

📋 copy color: '#C5314A'

red 197 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #C5314A

Tints of Old Rose #C5314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 61.56%
G = 15.31%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5314A (or 0xC5314A) is known color: Old Rose. HEX triplet: C5, 31 and 4A. RGB value is (197,49,74). Sum of RGB (Red+Green+Blue) = 197+49+74=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5314A is #3ACEB5. Grayscale: #606060. Windows color (decimal): -3854006 or 4862405. OLE color: 4862405.

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

Color convert

RGB 197 49 74 -
CMYK 0 0.75 0.62 0.23
HSL 349.86º 0.6% 0.48% -
HSV(B) 349.86º 0.75% 0.77% -
XYZ 25.36 14.56 7.95 -
YUV 96.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 197 49 74 0 0.75 0.62 0.23 349.86 0.6 0.48
Hex C5 31 4A 0 4B 3E 17 15E 3C 30
Octal 305 61 112 0 113 76 27 536 74 60
Binary 11000101 110001 1001010 0 1001011 111110 10111 101011110 111100 110000

Color Harmonies of #C5314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5314A

Black with #C5314A

Text Example


Text Example

White with #C5314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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