Html Css Color HEX #C5304F Old Rose

📋 copy color: '#C5304F'

red 197 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #C5304F

Tints of Old Rose #C5304F

RGB

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

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

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

R = 60.8%
G = 14.81%
B = 24.38%

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

#C5304F (or 0xC5304F) is known color: Old Rose. HEX triplet: C5, 30 and 4F. RGB value is (197,48,79). Sum of RGB (Red+Green+Blue) = 197+48+79=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5304F is #3ACFB0. Grayscale: #606060. Windows color (decimal): -3854257 or 5189829. OLE color: 5189829.

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

Color convert

RGB 197 48 79 -
CMYK 0 0.76 0.60 0.23
HSL 347.52º 0.61% 0.48% -
HSV(B) 347.52º 0.76% 0.77% -
XYZ 25.49 14.55 8.86 -
YUV 96.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 197 48 79 0 0.76 0.60 0.23 347.52 0.61 0.48
Hex C5 30 4F 0 4C 3C 17 15C 3D 30
Octal 305 60 117 0 114 74 27 534 75 60
Binary 11000101 110000 1001111 0 1001100 111100 10111 101011100 111101 110000

Color Harmonies of #C5304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5304F

Black with #C5304F

Text Example


Text Example

White with #C5304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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