Html Css Color HEX #C11950 Old Rose

📋 copy color: '#C11950'

red 193 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #C11950

Tints of Old Rose #C11950

RGB

 RED value IS 193 (75.78% from 255) = 64.77%

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 64.77%
G = 8.39%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C11950 (or 0xC11950) is known color: Old Rose. HEX triplet: C1, 19 and 50. RGB value is (193,25,80). Sum of RGB (Red+Green+Blue) = 193+25+80=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11950 is #3EE6AF. Grayscale: #515151. Windows color (decimal): -4122288 or 5249473. OLE color: 5249473.

HSL color Cylindrical-coordinate representation of color #C11950: hue angle of 340.36º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11950 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 80 -
CMYK 0 0.87 0.59 0.24
HSL 340.36º 0.77% 0.43% -
HSV(B) 340.36º 0.87% 0.76% -
XYZ 23.79 12.61 8.77 -
YUV 81.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 193 25 80 0 0.87 0.59 0.24 340.36 0.77 0.43
Hex C1 19 50 0 57 3B 18 154 4D 2B
Octal 301 31 120 0 127 73 30 524 115 53
Binary 11000001 11001 1010000 0 1010111 111011 11000 101010100 1001101 101011

Color Harmonies of #C11950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11950

Black with #C11950

Text Example


Text Example

White with #C11950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11950; }

 p { color: rgb(193,25,80); }

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

background-color css

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

 a { background-color: rgb(193,25,80); }

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

border-color css

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

 span { border-color: rgb(193,25,80); }

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