Html Css Color HEX #C53760 Old Rose

📋 copy color: '#C53760'

red 197 ◦ green 55 ◦ blue 96

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

Shades of Old Rose #C53760

Tints of Old Rose #C53760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 56.61%
G = 15.8%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53760 (or 0xC53760) is known color: Old Rose. HEX triplet: C5, 37 and 60. RGB value is (197,55,96). Sum of RGB (Red+Green+Blue) = 197+55+96=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C53760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53760 is #3AC89F. Grayscale: #666666. Windows color (decimal): -3852448 or 6305733. OLE color: 6305733.

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

Color convert

RGB 197 55 96 -
CMYK 0 0.72 0.51 0.23
HSL 342.68º 0.56% 0.49% -
HSV(B) 342.68º 0.72% 0.77% -
XYZ 26.5 15.45 12.65 -
YUV 102.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 197 55 96 0 0.72 0.51 0.23 342.68 0.56 0.49
Hex C5 37 60 0 48 33 17 157 38 31
Octal 305 67 140 0 110 63 27 527 70 61
Binary 11000101 110111 1100000 0 1001000 110011 10111 101010111 111000 110001

Color Harmonies of #C53760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53760

Black with #C53760

Text Example


Text Example

White with #C53760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53760; }

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

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

background-color css

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

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

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

border-color css

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

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

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