Html Css Color HEX #C53250 Old Rose

📋 copy color: '#C53250'

red 197 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #C53250

Tints of Old Rose #C53250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 60.24%
G = 15.29%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C53250 (or 0xC53250) is known color: Old Rose. HEX triplet: C5, 32 and 50. RGB value is (197,50,80). Sum of RGB (Red+Green+Blue) = 197+50+80=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C53250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53250 is #3ACDAF. Grayscale: #616161. Windows color (decimal): -3853744 or 5255877. OLE color: 5255877.

HSL color Cylindrical-coordinate representation of color #C53250: hue angle of 347.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53250 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 80 -
CMYK 0 0.75 0.59 0.23
HSL 347.76º 0.6% 0.48% -
HSV(B) 347.76º 0.75% 0.77% -
XYZ 25.61 14.73 9.08 -
YUV 97.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 197 50 80 0 0.75 0.59 0.23 347.76 0.6 0.48
Hex C5 32 50 0 4B 3B 17 15C 3C 30
Octal 305 62 120 0 113 73 27 534 74 60
Binary 11000101 110010 1010000 0 1001011 111011 10111 101011100 111100 110000

Color Harmonies of #C53250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53250

Black with #C53250

Text Example


Text Example

White with #C53250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53250; }

 p { color: rgb(197,50,80); }

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

background-color css

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

 a { background-color: rgb(197,50,80); }

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

border-color css

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

 span { border-color: rgb(197,50,80); }

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