Html Css Color HEX #C5304E Old Rose

📋 copy color: '#C5304E'

red 197 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #C5304E

Tints of Old Rose #C5304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 60.99%
G = 14.86%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5304E (or 0xC5304E) is known color: Old Rose. HEX triplet: C5, 30 and 4E. RGB value is (197,48,78). Sum of RGB (Red+Green+Blue) = 197+48+78=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5304E is #3ACFB1. Grayscale: #5F5F5F. Windows color (decimal): -3854258 or 5124293. OLE color: 5124293.

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

Color convert

RGB 197 48 78 -
CMYK 0 0.76 0.60 0.23
HSL 347.92º 0.61% 0.48% -
HSV(B) 347.92º 0.76% 0.77% -
XYZ 25.46 14.53 8.67 -
YUV 95.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 197 48 78 0 0.76 0.60 0.23 347.92 0.61 0.48
Hex C5 30 4E 0 4C 3C 17 15C 3D 30
Octal 305 60 116 0 114 74 27 534 75 60
Binary 11000101 110000 1001110 0 1001100 111100 10111 101011100 111101 110000

Color Harmonies of #C5304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5304E

Black with #C5304E

Text Example


Text Example

White with #C5304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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