Html Css Color HEX #C53F58 Old Rose

📋 copy color: '#C53F58'

red 197 ◦ green 63 ◦ blue 88

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

Shades of Old Rose #C53F58

Tints of Old Rose #C53F58

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 56.61%
G = 18.1%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C53F58 (or 0xC53F58) is known color: Old Rose. HEX triplet: C5, 3F and 58. RGB value is (197,63,88). Sum of RGB (Red+Green+Blue) = 197+63+88=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F58 is #3AC0A7. Grayscale: #696969. Windows color (decimal): -3850408 or 5783493. OLE color: 5783493.

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

Color convert

RGB 197 63 88 -
CMYK 0 0.68 0.55 0.23
HSL 348.81º 0.54% 0.51% -
HSV(B) 348.81º 0.68% 0.77% -
XYZ 26.56 16.13 10.95 -
YUV 105.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 197 63 88 0 0.68 0.55 0.23 348.81 0.54 0.51
Hex C5 3F 58 0 44 37 17 15D 36 33
Octal 305 77 130 0 104 67 27 535 66 63
Binary 11000101 111111 1011000 0 1000100 110111 10111 101011101 110110 110011

Color Harmonies of #C53F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F58

Black with #C53F58

Text Example


Text Example

White with #C53F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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