Html Css Color HEX #C53953 Old Rose

📋 copy color: '#C53953'

red 197 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #C53953

Tints of Old Rose #C53953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 58.46%
G = 16.91%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C53953 (or 0xC53953) is known color: Old Rose. HEX triplet: C5, 39 and 53. RGB value is (197,57,83). Sum of RGB (Red+Green+Blue) = 197+57+83=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53953 is #3AC6AC. Grayscale: #656565. Windows color (decimal): -3851949 or 5454277. OLE color: 5454277.

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

Color convert

RGB 197 57 83 -
CMYK 0 0.71 0.58 0.23
HSL 348.86º 0.55% 0.5% -
HSV(B) 348.86º 0.71% 0.77% -
XYZ 26.05 15.42 9.79 -
YUV 101.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 197 57 83 0 0.71 0.58 0.23 348.86 0.55 0.5
Hex C5 39 53 0 47 3A 17 15D 37 32
Octal 305 71 123 0 107 72 27 535 67 62
Binary 11000101 111001 1010011 0 1000111 111010 10111 101011101 110111 110010

Color Harmonies of #C53953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53953

Black with #C53953

Text Example


Text Example

White with #C53953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53953; }

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

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

background-color css

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

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

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

border-color css

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

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

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