Html Css Color HEX #C53658 Old Rose

📋 copy color: '#C53658'

red 197 ◦ green 54 ◦ blue 88

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

Shades of Old Rose #C53658

Tints of Old Rose #C53658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 58.11%
G = 15.93%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C53658 (or 0xC53658) is known color: Old Rose. HEX triplet: C5, 36 and 58. RGB value is (197,54,88). Sum of RGB (Red+Green+Blue) = 197+54+88=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53658 is #3AC9A7. Grayscale: #646464. Windows color (decimal): -3852712 or 5781189. OLE color: 5781189.

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

Color convert

RGB 197 54 88 -
CMYK 0 0.73 0.55 0.23
HSL 345.73º 0.57% 0.49% -
HSV(B) 345.73º 0.73% 0.77% -
XYZ 26.11 15.21 10.79 -
YUV 100.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 197 54 88 0 0.73 0.55 0.23 345.73 0.57 0.49
Hex C5 36 58 0 49 37 17 15A 39 31
Octal 305 66 130 0 111 67 27 532 71 61
Binary 11000101 110110 1011000 0 1001001 110111 10111 101011010 111001 110001

Color Harmonies of #C53658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53658

Black with #C53658

Text Example


Text Example

White with #C53658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53658; }

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

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

background-color css

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

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

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

border-color css

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

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

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