Html Css Color HEX #C51850 Old Rose

📋 copy color: '#C51850'

red 197 ◦ green 24 ◦ blue 80

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

Shades of Old Rose #C51850

Tints of Old Rose #C51850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 65.45%
G = 7.97%
B = 26.58%

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

#C51850 (or 0xC51850) is known color: Old Rose. HEX triplet: C5, 18 and 50. RGB value is (197,24,80). Sum of RGB (Red+Green+Blue) = 197+24+80=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C51850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51850 is #3AE7AF. Grayscale: #525252. Windows color (decimal): -3860400 or 5249221. OLE color: 5249221.

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

Color convert

RGB 197 24 80 -
CMYK 0 0.88 0.59 0.23
HSL 340.58º 0.78% 0.43% -
HSV(B) 340.58º 0.88% 0.77% -
XYZ 24.8 13.1 8.81 -
YUV 82.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 197 24 80 0 0.88 0.59 0.23 340.58 0.78 0.43
Hex C5 18 50 0 58 3B 17 155 4E 2B
Octal 305 30 120 0 130 73 27 525 116 53
Binary 11000101 11000 1010000 0 1011000 111011 10111 101010101 1001110 101011

Color Harmonies of #C51850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51850

Black with #C51850

Text Example


Text Example

White with #C51850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51850; }

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

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

background-color css

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

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

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

border-color css

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

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

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