Html Css Color HEX #C53A52 Old Rose

📋 copy color: '#C53A52'

red 197 ◦ green 58 ◦ blue 82

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

Shades of Old Rose #C53A52

Tints of Old Rose #C53A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 58.46%
G = 17.21%
B = 24.33%

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

#C53A52 (or 0xC53A52) is known color: Old Rose. HEX triplet: C5, 3A and 52. RGB value is (197,58,82). Sum of RGB (Red+Green+Blue) = 197+58+82=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A52 is #3AC5AD. Grayscale: #666666. Windows color (decimal): -3851694 or 5388997. OLE color: 5388997.

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

Color convert

RGB 197 58 82 -
CMYK 0 0.71 0.58 0.23
HSL 349.64º 0.55% 0.5% -
HSV(B) 349.64º 0.71% 0.77% -
XYZ 26.06 15.51 9.6 -
YUV 102.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 197 58 82 0 0.71 0.58 0.23 349.64 0.55 0.5
Hex C5 3A 52 0 47 3A 17 15E 37 32
Octal 305 72 122 0 107 72 27 536 67 62
Binary 11000101 111010 1010010 0 1000111 111010 10111 101011110 110111 110010

Color Harmonies of #C53A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A52

Black with #C53A52

Text Example


Text Example

White with #C53A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A52; }

 p { color: rgb(197,58,82); }

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

background-color css

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

 a { background-color: rgb(197,58,82); }

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

border-color css

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

 span { border-color: rgb(197,58,82); }

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