Html Css Color HEX #C53A61 Old Rose

📋 copy color: '#C53A61'

red 197 ◦ green 58 ◦ blue 97

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

Shades of Old Rose #C53A61

Tints of Old Rose #C53A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 55.97%
G = 16.48%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53A61 (or 0xC53A61) is known color: Old Rose. HEX triplet: C5, 3A and 61. RGB value is (197,58,97). Sum of RGB (Red+Green+Blue) = 197+58+97=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A61 is #3AC59E. Grayscale: #676767. Windows color (decimal): -3851679 or 6372037. OLE color: 6372037.

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

Color convert

RGB 197 58 97 -
CMYK 0 0.71 0.51 0.23
HSL 343.17º 0.55% 0.5% -
HSV(B) 343.17º 0.71% 0.77% -
XYZ 26.7 15.76 12.94 -
YUV 104.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 197 58 97 0 0.71 0.51 0.23 343.17 0.55 0.5
Hex C5 3A 61 0 47 33 17 157 37 32
Octal 305 72 141 0 107 63 27 527 67 62
Binary 11000101 111010 1100001 0 1000111 110011 10111 101010111 110111 110010

Color Harmonies of #C53A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A61

Black with #C53A61

Text Example


Text Example

White with #C53A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A61; }

 p { color: rgb(197,58,97); }

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

background-color css

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

 a { background-color: rgb(197,58,97); }

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

border-color css

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

 span { border-color: rgb(197,58,97); }

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