Html Css Color HEX #C53561 Old Rose

📋 copy color: '#C53561'

red 197 ◦ green 53 ◦ blue 97

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

Shades of Old Rose #C53561

Tints of Old Rose #C53561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

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

R = 56.77%
G = 15.27%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53561 (or 0xC53561) is known color: Old Rose. HEX triplet: C5, 35 and 61. RGB value is (197,53,97). Sum of RGB (Red+Green+Blue) = 197+53+97=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C53561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53561 is #3ACA9E. Grayscale: #656565. Windows color (decimal): -3852959 or 6370757. OLE color: 6370757.

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

Color convert

RGB 197 53 97 -
CMYK 0 0.73 0.51 0.23
HSL 341.67º 0.58% 0.49% -
HSV(B) 341.67º 0.73% 0.77% -
XYZ 26.46 15.28 12.86 -
YUV 101.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 197 53 97 0 0.73 0.51 0.23 341.67 0.58 0.49
Hex C5 35 61 0 49 33 17 156 3A 31
Octal 305 65 141 0 111 63 27 526 72 61
Binary 11000101 110101 1100001 0 1001001 110011 10111 101010110 111010 110001

Color Harmonies of #C53561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53561

Black with #C53561

Text Example


Text Example

White with #C53561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53561; }

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

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

background-color css

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

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

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

border-color css

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

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

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