Html Css Color HEX #C53551 Old Rose

📋 copy color: '#C53551'

red 197 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #C53551

Tints of Old Rose #C53551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 59.52%
G = 16.01%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C53551 (or 0xC53551) is known color: Old Rose. HEX triplet: C5, 35 and 51. RGB value is (197,53,81). Sum of RGB (Red+Green+Blue) = 197+53+81=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C53551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53551 is #3ACAAE. Grayscale: #636363. Windows color (decimal): -3852975 or 5322181. OLE color: 5322181.

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

Color convert

RGB 197 53 81 -
CMYK 0 0.73 0.59 0.23
HSL 348.33º 0.58% 0.49% -
HSV(B) 348.33º 0.73% 0.77% -
XYZ 25.78 15.01 9.32 -
YUV 99.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 197 53 81 0 0.73 0.59 0.23 348.33 0.58 0.49
Hex C5 35 51 0 49 3B 17 15C 3A 31
Octal 305 65 121 0 111 73 27 534 72 61
Binary 11000101 110101 1010001 0 1001001 111011 10111 101011100 111010 110001

Color Harmonies of #C53551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53551

Black with #C53551

Text Example


Text Example

White with #C53551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53551; }

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

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

background-color css

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

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

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

border-color css

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

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

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