Html Css Color HEX #C51750 Old Rose

📋 copy color: '#C51750'

red 197 ◦ green 23 ◦ blue 80

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

Shades of Old Rose #C51750

Tints of Old Rose #C51750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 65.67%
G = 7.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51750 (or 0xC51750) is known color: Old Rose. HEX triplet: C5, 17 and 50. RGB value is (197,23,80). Sum of RGB (Red+Green+Blue) = 197+23+80=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51750 is #3AE8AF. Grayscale: #515151. Windows color (decimal): -3860656 or 5248965. OLE color: 5248965.

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

Color convert

RGB 197 23 80 -
CMYK 0 0.88 0.59 0.23
HSL 340.34º 0.79% 0.43% -
HSV(B) 340.34º 0.88% 0.77% -
XYZ 24.78 13.06 8.8 -
YUV 81.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 197 23 80 0 0.88 0.59 0.23 340.34 0.79 0.43
Hex C5 17 50 0 58 3B 17 154 4F 2B
Octal 305 27 120 0 130 73 27 524 117 53
Binary 11000101 10111 1010000 0 1011000 111011 10111 101010100 1001111 101011

Color Harmonies of #C51750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51750

Black with #C51750

Text Example


Text Example

White with #C51750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51750; }

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

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

background-color css

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

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

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

border-color css

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

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

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