Html Css Color HEX #C53157 Old Rose

📋 copy color: '#C53157'

red 197 ◦ green 49 ◦ blue 87

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

Shades of Old Rose #C53157

Tints of Old Rose #C53157

RGB

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

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

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

R = 59.16%
G = 14.71%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C53157 (or 0xC53157) is known color: Old Rose. HEX triplet: C5, 31 and 57. RGB value is (197,49,87). Sum of RGB (Red+Green+Blue) = 197+49+87=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C53157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53157 is #3ACEA8. Grayscale: #616161. Windows color (decimal): -3853993 or 5714373. OLE color: 5714373.

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

Color convert

RGB 197 49 87 -
CMYK 0 0.75 0.56 0.23
HSL 344.59º 0.6% 0.48% -
HSV(B) 344.59º 0.75% 0.77% -
XYZ 25.84 14.76 10.5 -
YUV 97.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 197 49 87 0 0.75 0.56 0.23 344.59 0.6 0.48
Hex C5 31 57 0 4B 38 17 159 3C 30
Octal 305 61 127 0 113 70 27 531 74 60
Binary 11000101 110001 1010111 0 1001011 111000 10111 101011001 111100 110000

Color Harmonies of #C53157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53157

Black with #C53157

Text Example


Text Example

White with #C53157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53157; }

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

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

background-color css

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

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

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

border-color css

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

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

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