Html Css Color HEX #C53656 Old Rose

📋 copy color: '#C53656'

red 197 ◦ green 54 ◦ blue 86

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

Shades of Old Rose #C53656

Tints of Old Rose #C53656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

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

R = 58.46%
G = 16.02%
B = 25.52%

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

#C53656 (or 0xC53656) is known color: Old Rose. HEX triplet: C5, 36 and 56. RGB value is (197,54,86). Sum of RGB (Red+Green+Blue) = 197+54+86=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53656 is #3AC9A9. Grayscale: #646464. Windows color (decimal): -3852714 or 5650117. OLE color: 5650117.

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

Color convert

RGB 197 54 86 -
CMYK 0 0.73 0.56 0.23
HSL 346.57º 0.57% 0.49% -
HSV(B) 346.57º 0.73% 0.77% -
XYZ 26.02 15.18 10.36 -
YUV 100.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 197 54 86 0 0.73 0.56 0.23 346.57 0.57 0.49
Hex C5 36 56 0 49 38 17 15B 39 31
Octal 305 66 126 0 111 70 27 533 71 61
Binary 11000101 110110 1010110 0 1001001 111000 10111 101011011 111001 110001

Color Harmonies of #C53656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53656

Black with #C53656

Text Example


Text Example

White with #C53656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53656; }

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

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

background-color css

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

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

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

border-color css

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

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

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