Html Css Color HEX #C53C4F Old Rose

📋 copy color: '#C53C4F'

red 197 ◦ green 60 ◦ blue 79

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

Shades of Old Rose #C53C4F

Tints of Old Rose #C53C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 58.63%
G = 17.86%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C53C4F (or 0xC53C4F) is known color: Old Rose. HEX triplet: C5, 3C and 4F. RGB value is (197,60,79). Sum of RGB (Red+Green+Blue) = 197+60+79=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C4F is #3AC3B0. Grayscale: #676767. Windows color (decimal): -3851185 or 5192901. OLE color: 5192901.

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

Color convert

RGB 197 60 79 -
CMYK 0 0.70 0.60 0.23
HSL 351.68º 0.54% 0.5% -
HSV(B) 351.68º 0.7% 0.77% -
XYZ 26.05 15.67 9.05 -
YUV 103.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 197 60 79 0 0.70 0.60 0.23 351.68 0.54 0.5
Hex C5 3C 4F 0 46 3C 17 160 36 32
Octal 305 74 117 0 106 74 27 540 66 62
Binary 11000101 111100 1001111 0 1000110 111100 10111 101100000 110110 110010

Color Harmonies of #C53C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C4F

Black with #C53C4F

Text Example


Text Example

White with #C53C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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