Html Css Color HEX #C53562 Old Rose

📋 copy color: '#C53562'

red 197 ◦ green 53 ◦ blue 98

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

Shades of Old Rose #C53562

Tints of Old Rose #C53562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 56.61%
G = 15.23%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C53562 (or 0xC53562) is known color: Old Rose. HEX triplet: C5, 35 and 62. RGB value is (197,53,98). Sum of RGB (Red+Green+Blue) = 197+53+98=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C53562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53562 is #3ACA9D. Grayscale: #656565. Windows color (decimal): -3852958 or 6436293. OLE color: 6436293.

HSL color Cylindrical-coordinate representation of color #C53562: hue angle of 341.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53562 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 98 -
CMYK 0 0.73 0.50 0.23
HSL 341.25º 0.58% 0.49% -
HSV(B) 341.25º 0.73% 0.77% -
XYZ 26.5 15.3 13.11 -
YUV 101.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 197 53 98 0 0.73 0.50 0.23 341.25 0.58 0.49
Hex C5 35 62 0 49 32 17 155 3A 31
Octal 305 65 142 0 111 62 27 525 72 61
Binary 11000101 110101 1100010 0 1001001 110010 10111 101010101 111010 110001

Color Harmonies of #C53562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53562

Black with #C53562

Text Example


Text Example

White with #C53562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53562; }

 p { color: rgb(197,53,98); }

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

background-color css

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

 a { background-color: rgb(197,53,98); }

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

border-color css

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

 span { border-color: rgb(197,53,98); }

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