Html Css Color HEX #C53160 Old Rose

📋 copy color: '#C53160'

red 197 ◦ green 49 ◦ blue 96

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

Shades of Old Rose #C53160

Tints of Old Rose #C53160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

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

R = 57.6%
G = 14.33%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53160 (or 0xC53160) is known color: Old Rose. HEX triplet: C5, 31 and 60. RGB value is (197,49,96). Sum of RGB (Red+Green+Blue) = 197+49+96=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C53160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53160 is #3ACE9F. Grayscale: #626262. Windows color (decimal): -3853984 or 6304197. OLE color: 6304197.

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

Color convert

RGB 197 49 96 -
CMYK 0 0.75 0.51 0.23
HSL 340.95º 0.6% 0.48% -
HSV(B) 340.95º 0.75% 0.77% -
XYZ 26.24 14.91 12.56 -
YUV 98.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 197 49 96 0 0.75 0.51 0.23 340.95 0.6 0.48
Hex C5 31 60 0 4B 33 17 155 3C 30
Octal 305 61 140 0 113 63 27 525 74 60
Binary 11000101 110001 1100000 0 1001011 110011 10111 101010101 111100 110000

Color Harmonies of #C53160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53160

Black with #C53160

Text Example


Text Example

White with #C53160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53160; }

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

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

background-color css

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

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

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

border-color css

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

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

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