Html Css Color HEX #C53154 Old Rose

📋 copy color: '#C53154'

red 197 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #C53154

Tints of Old Rose #C53154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 59.7%
G = 14.85%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53154 (or 0xC53154) is known color: Old Rose. HEX triplet: C5, 31 and 54. RGB value is (197,49,84). Sum of RGB (Red+Green+Blue) = 197+49+84=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53154 is #3ACEAB. Grayscale: #616161. Windows color (decimal): -3853996 or 5517765. OLE color: 5517765.

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

Color convert

RGB 197 49 84 -
CMYK 0 0.75 0.57 0.23
HSL 345.81º 0.6% 0.48% -
HSV(B) 345.81º 0.75% 0.77% -
XYZ 25.72 14.71 9.87 -
YUV 97.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 197 49 84 0 0.75 0.57 0.23 345.81 0.6 0.48
Hex C5 31 54 0 4B 39 17 15A 3C 30
Octal 305 61 124 0 113 71 27 532 74 60
Binary 11000101 110001 1010100 0 1001011 111001 10111 101011010 111100 110000

Color Harmonies of #C53154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53154

Black with #C53154

Text Example


Text Example

White with #C53154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53154; }

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

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

background-color css

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

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

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

border-color css

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

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

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