Html Css Color HEX #C53C54 Old Rose

📋 copy color: '#C53C54'

red 197 ◦ green 60 ◦ blue 84

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

Shades of Old Rose #C53C54

Tints of Old Rose #C53C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 57.77%
G = 17.6%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53C54 (or 0xC53C54) is known color: Old Rose. HEX triplet: C5, 3C and 54. RGB value is (197,60,84). Sum of RGB (Red+Green+Blue) = 197+60+84=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C54 is #3AC3AB. Grayscale: #676767. Windows color (decimal): -3851180 or 5520581. OLE color: 5520581.

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

Color convert

RGB 197 60 84 -
CMYK 0 0.70 0.57 0.23
HSL 349.49º 0.54% 0.5% -
HSV(B) 349.49º 0.7% 0.77% -
XYZ 26.24 15.74 10.04 -
YUV 103.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 197 60 84 0 0.70 0.57 0.23 349.49 0.54 0.5
Hex C5 3C 54 0 46 39 17 15D 36 32
Octal 305 74 124 0 106 71 27 535 66 62
Binary 11000101 111100 1010100 0 1000110 111001 10111 101011101 110110 110010

Color Harmonies of #C53C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C54

Black with #C53C54

Text Example


Text Example

White with #C53C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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