Html Css Color HEX #C53460 Old Rose

📋 copy color: '#C53460'

red 197 ◦ green 52 ◦ blue 96

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

Shades of Old Rose #C53460

Tints of Old Rose #C53460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 57.1%
G = 15.07%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53460 (or 0xC53460) is known color: Old Rose. HEX triplet: C5, 34 and 60. RGB value is (197,52,96). Sum of RGB (Red+Green+Blue) = 197+52+96=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C53460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53460 is #3ACB9F. Grayscale: #646464. Windows color (decimal): -3853216 or 6304965. OLE color: 6304965.

HSL color Cylindrical-coordinate representation of color #C53460: hue angle of 341.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53460 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 96 -
CMYK 0 0.74 0.51 0.23
HSL 341.79º 0.58% 0.49% -
HSV(B) 341.79º 0.74% 0.77% -
XYZ 26.37 15.17 12.6 -
YUV 100.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 197 52 96 0 0.74 0.51 0.23 341.79 0.58 0.49
Hex C5 34 60 0 4A 33 17 156 3A 31
Octal 305 64 140 0 112 63 27 526 72 61
Binary 11000101 110100 1100000 0 1001010 110011 10111 101010110 111010 110001

Color Harmonies of #C53460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53460

Black with #C53460

Text Example


Text Example

White with #C53460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53460; }

 p { color: rgb(197,52,96); }

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

background-color css

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

 a { background-color: rgb(197,52,96); }

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

border-color css

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

 span { border-color: rgb(197,52,96); }

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