Html Css Color HEX #C53B54 Old Rose

📋 copy color: '#C53B54'

red 197 ◦ green 59 ◦ blue 84

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

Shades of Old Rose #C53B54

Tints of Old Rose #C53B54

RGB

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

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

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

R = 57.94%
G = 17.35%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53B54 (or 0xC53B54) is known color: Old Rose. HEX triplet: C5, 3B and 54. RGB value is (197,59,84). Sum of RGB (Red+Green+Blue) = 197+59+84=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B54 is #3AC4AB. Grayscale: #676767. Windows color (decimal): -3851436 or 5520325. OLE color: 5520325.

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

Color convert

RGB 197 59 84 -
CMYK 0 0.70 0.57 0.23
HSL 349.13º 0.54% 0.5% -
HSV(B) 349.13º 0.7% 0.77% -
XYZ 26.19 15.64 10.03 -
YUV 103.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 197 59 84 0 0.70 0.57 0.23 349.13 0.54 0.5
Hex C5 3B 54 0 46 39 17 15D 36 32
Octal 305 73 124 0 106 71 27 535 66 62
Binary 11000101 111011 1010100 0 1000110 111001 10111 101011101 110110 110010

Color Harmonies of #C53B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B54

Black with #C53B54

Text Example


Text Example

White with #C53B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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