Html Css Color HEX #C53C5D Old Rose

📋 copy color: '#C53C5D'

red 197 ◦ green 60 ◦ blue 93

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

Shades of Old Rose #C53C5D

Tints of Old Rose #C53C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 56.29%
G = 17.14%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C53C5D (or 0xC53C5D) is known color: Old Rose. HEX triplet: C5, 3C and 5D. RGB value is (197,60,93). Sum of RGB (Red+Green+Blue) = 197+60+93=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C5D is #3AC3A2. Grayscale: #686868. Windows color (decimal): -3851171 or 6110405. OLE color: 6110405.

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

Color convert

RGB 197 60 93 -
CMYK 0 0.70 0.53 0.23
HSL 345.55º 0.54% 0.5% -
HSV(B) 345.55º 0.7% 0.77% -
XYZ 26.62 15.89 12.02 -
YUV 104.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 197 60 93 0 0.70 0.53 0.23 345.55 0.54 0.5
Hex C5 3C 5D 0 46 35 17 15A 36 32
Octal 305 74 135 0 106 65 27 532 66 62
Binary 11000101 111100 1011101 0 1000110 110101 10111 101011010 110110 110010

Color Harmonies of #C53C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C5D

Black with #C53C5D

Text Example


Text Example

White with #C53C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C5D; }

 p { color: rgb(197,60,93); }

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

background-color css

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

 a { background-color: rgb(197,60,93); }

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

border-color css

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

 span { border-color: rgb(197,60,93); }

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