Html Css Color HEX #C53954 Old Rose

📋 copy color: '#C53954'

red 197 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #C53954

Tints of Old Rose #C53954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 58.28%
G = 16.86%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53954 (or 0xC53954) is known color: Old Rose. HEX triplet: C5, 39 and 54. RGB value is (197,57,84). Sum of RGB (Red+Green+Blue) = 197+57+84=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C53954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53954 is #3AC6AB. Grayscale: #656565. Windows color (decimal): -3851948 or 5519813. OLE color: 5519813.

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

Color convert

RGB 197 57 84 -
CMYK 0 0.71 0.57 0.23
HSL 348.43º 0.55% 0.5% -
HSV(B) 348.43º 0.71% 0.77% -
XYZ 26.09 15.44 9.99 -
YUV 101.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 197 57 84 0 0.71 0.57 0.23 348.43 0.55 0.5
Hex C5 39 54 0 47 39 17 15C 37 32
Octal 305 71 124 0 107 71 27 534 67 62
Binary 11000101 111001 1010100 0 1000111 111001 10111 101011100 110111 110010

Color Harmonies of #C53954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53954

Black with #C53954

Text Example


Text Example

White with #C53954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53954; }

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

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

background-color css

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

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

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

border-color css

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

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

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