Html Css Color HEX #C51753 Old Rose

📋 copy color: '#C51753'

red 197 ◦ green 23 ◦ blue 83

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

Shades of Old Rose #C51753

Tints of Old Rose #C51753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 65.02%
G = 7.59%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51753 (or 0xC51753) is known color: Old Rose. HEX triplet: C5, 17 and 53. RGB value is (197,23,83). Sum of RGB (Red+Green+Blue) = 197+23+83=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C51753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51753 is #3AE8AC. Grayscale: #515151. Windows color (decimal): -3860653 or 5445573. OLE color: 5445573.

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

Color convert

RGB 197 23 83 -
CMYK 0 0.88 0.58 0.23
HSL 339.31º 0.79% 0.43% -
HSV(B) 339.31º 0.88% 0.77% -
XYZ 24.89 13.11 9.4 -
YUV 81.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 197 23 83 0 0.88 0.58 0.23 339.31 0.79 0.43
Hex C5 17 53 0 58 3A 17 153 4F 2B
Octal 305 27 123 0 130 72 27 523 117 53
Binary 11000101 10111 1010011 0 1011000 111010 10111 101010011 1001111 101011

Color Harmonies of #C51753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51753

Black with #C51753

Text Example


Text Example

White with #C51753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51753; }

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

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

background-color css

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

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

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

border-color css

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

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

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