Html Css Color HEX #C53555 Old Rose

📋 copy color: '#C53555'

red 197 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #C53555

Tints of Old Rose #C53555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 58.81%
G = 15.82%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53555 (or 0xC53555) is known color: Old Rose. HEX triplet: C5, 35 and 55. RGB value is (197,53,85). Sum of RGB (Red+Green+Blue) = 197+53+85=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53555 is #3ACAAA. Grayscale: #636363. Windows color (decimal): -3852971 or 5584325. OLE color: 5584325.

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

Color convert

RGB 197 53 85 -
CMYK 0 0.73 0.57 0.23
HSL 346.67º 0.58% 0.49% -
HSV(B) 346.67º 0.73% 0.77% -
XYZ 25.94 15.07 10.14 -
YUV 99.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 197 53 85 0 0.73 0.57 0.23 346.67 0.58 0.49
Hex C5 35 55 0 49 39 17 15B 3A 31
Octal 305 65 125 0 111 71 27 533 72 61
Binary 11000101 110101 1010101 0 1001001 111001 10111 101011011 111010 110001

Color Harmonies of #C53555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53555

Black with #C53555

Text Example


Text Example

White with #C53555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53555; }

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

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

background-color css

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

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

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

border-color css

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

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

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