Html Css Color HEX #C53754 Old Rose

📋 copy color: '#C53754'

red 197 ◦ green 55 ◦ blue 84

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

Shades of Old Rose #C53754

Tints of Old Rose #C53754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25%

R = 58.63%
G = 16.37%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53754 (or 0xC53754) is known color: Old Rose. HEX triplet: C5, 37 and 54. RGB value is (197,55,84). Sum of RGB (Red+Green+Blue) = 197+55+84=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53754 is #3AC8AB. Grayscale: #646464. Windows color (decimal): -3852460 or 5519301. OLE color: 5519301.

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

Color convert

RGB 197 55 84 -
CMYK 0 0.72 0.57 0.23
HSL 347.75º 0.56% 0.49% -
HSV(B) 347.75º 0.72% 0.77% -
XYZ 25.99 15.24 9.96 -
YUV 100.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 197 55 84 0 0.72 0.57 0.23 347.75 0.56 0.49
Hex C5 37 54 0 48 39 17 15C 38 31
Octal 305 67 124 0 110 71 27 534 70 61
Binary 11000101 110111 1010100 0 1001000 111001 10111 101011100 111000 110001

Color Harmonies of #C53754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53754

Black with #C53754

Text Example


Text Example

White with #C53754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53754; }

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

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

background-color css

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

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

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

border-color css

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

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

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