Html Css Color HEX #C53758 Old Rose

📋 copy color: '#C53758'

red 197 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #C53758

Tints of Old Rose #C53758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 57.94%
G = 16.18%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C53758 (or 0xC53758) is known color: Old Rose. HEX triplet: C5, 37 and 58. RGB value is (197,55,88). Sum of RGB (Red+Green+Blue) = 197+55+88=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C53758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53758 is #3AC8A7. Grayscale: #656565. Windows color (decimal): -3852456 or 5781445. OLE color: 5781445.

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

Color convert

RGB 197 55 88 -
CMYK 0 0.72 0.55 0.23
HSL 346.06º 0.56% 0.49% -
HSV(B) 346.06º 0.72% 0.77% -
XYZ 26.15 15.31 10.81 -
YUV 101.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 197 55 88 0 0.72 0.55 0.23 346.06 0.56 0.49
Hex C5 37 58 0 48 37 17 15A 38 31
Octal 305 67 130 0 110 67 27 532 70 61
Binary 11000101 110111 1011000 0 1001000 110111 10111 101011010 111000 110001

Color Harmonies of #C53758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53758

Black with #C53758

Text Example


Text Example

White with #C53758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53758; }

 p { color: rgb(197,55,88); }

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

background-color css

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

 a { background-color: rgb(197,55,88); }

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

border-color css

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

 span { border-color: rgb(197,55,88); }

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