Html Css Color HEX #C51553 Old Rose

📋 copy color: '#C51553'

red 197 ◦ green 21 ◦ blue 83

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

Shades of Old Rose #C51553

Tints of Old Rose #C51553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 65.45%
G = 6.98%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51553 (or 0xC51553) is known color: Old Rose. HEX triplet: C5, 15 and 53. RGB value is (197,21,83). Sum of RGB (Red+Green+Blue) = 197+21+83=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C51553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51553 is #3AEAAC. Grayscale: #505050. Windows color (decimal): -3861165 or 5445061. OLE color: 5445061.

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

Color convert

RGB 197 21 83 -
CMYK 0 0.89 0.58 0.23
HSL 338.86º 0.81% 0.43% -
HSV(B) 338.86º 0.89% 0.77% -
XYZ 24.86 13.03 9.39 -
YUV 80.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 197 21 83 0 0.89 0.58 0.23 338.86 0.81 0.43
Hex C5 15 53 0 59 3A 17 153 51 2B
Octal 305 25 123 0 131 72 27 523 121 53
Binary 11000101 10101 1010011 0 1011001 111010 10111 101010011 1010001 101011

Color Harmonies of #C51553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51553

Black with #C51553

Text Example


Text Example

White with #C51553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51553; }

 p { color: rgb(197,21,83); }

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

background-color css

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

 a { background-color: rgb(197,21,83); }

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

border-color css

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

 span { border-color: rgb(197,21,83); }

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