Html Css Color HEX #C53556 Old Rose

📋 copy color: '#C53556'

red 197 ◦ green 53 ◦ blue 86

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

Shades of Old Rose #C53556

Tints of Old Rose #C53556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 58.63%
G = 15.77%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C53556 (or 0xC53556) is known color: Old Rose. HEX triplet: C5, 35 and 56. RGB value is (197,53,86). Sum of RGB (Red+Green+Blue) = 197+53+86=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53556 is #3ACAA9. Grayscale: #636363. Windows color (decimal): -3852970 or 5649861. OLE color: 5649861.

HSL color Cylindrical-coordinate representation of color #C53556: hue angle of 346.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 #C53556 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 86 -
CMYK 0 0.73 0.56 0.23
HSL 346.25º 0.58% 0.49% -
HSV(B) 346.25º 0.73% 0.77% -
XYZ 25.98 15.09 10.35 -
YUV 99.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 197 53 86 0 0.73 0.56 0.23 346.25 0.58 0.49
Hex C5 35 56 0 49 38 17 15A 3A 31
Octal 305 65 126 0 111 70 27 532 72 61
Binary 11000101 110101 1010110 0 1001001 111000 10111 101011010 111010 110001

Color Harmonies of #C53556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53556

Black with #C53556

Text Example


Text Example

White with #C53556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53556; }

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

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

background-color css

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

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

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

border-color css

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

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

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