Html Css Color HEX #C53B57 Old Rose

📋 copy color: '#C53B57'

red 197 ◦ green 59 ◦ blue 87

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

Shades of Old Rose #C53B57

Tints of Old Rose #C53B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

 BLUE value IS 87 (34.38% from 255) = 25.36%

R = 57.43%
G = 17.2%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C53B57 (or 0xC53B57) is known color: Old Rose. HEX triplet: C5, 3B and 57. RGB value is (197,59,87). Sum of RGB (Red+Green+Blue) = 197+59+87=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B57 is #3AC4A8. Grayscale: #676767. Windows color (decimal): -3851433 or 5716933. OLE color: 5716933.

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

Color convert

RGB 197 59 87 -
CMYK 0 0.70 0.56 0.23
HSL 347.83º 0.54% 0.5% -
HSV(B) 347.83º 0.7% 0.77% -
XYZ 26.31 15.69 10.66 -
YUV 103.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 197 59 87 0 0.70 0.56 0.23 347.83 0.54 0.5
Hex C5 3B 57 0 46 38 17 15C 36 32
Octal 305 73 127 0 106 70 27 534 66 62
Binary 11000101 111011 1010111 0 1000110 111000 10111 101011100 110110 110010

Color Harmonies of #C53B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B57

Black with #C53B57

Text Example


Text Example

White with #C53B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B57; }

 p { color: rgb(197,59,87); }

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

background-color css

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

 a { background-color: rgb(197,59,87); }

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

border-color css

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

 span { border-color: rgb(197,59,87); }

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