Html Css Color HEX #C11551 Old Rose

📋 copy color: '#C11551'

red 193 ◦ green 21 ◦ blue 81

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

Shades of Old Rose #C11551

Tints of Old Rose #C11551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 65.42%
G = 7.12%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11551 (or 0xC11551) is known color: Old Rose. HEX triplet: C1, 15 and 51. RGB value is (193,21,81). Sum of RGB (Red+Green+Blue) = 193+21+81=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C11551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11551 is #3EEAAE. Grayscale: #4F4F4F. Windows color (decimal): -4123311 or 5313985. OLE color: 5313985.

HSL color Cylindrical-coordinate representation of color #C11551: hue angle of 339.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11551 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 81 -
CMYK 0 0.89 0.58 0.24
HSL 339.07º 0.8% 0.42% -
HSV(B) 339.07º 0.89% 0.76% -
XYZ 23.75 12.47 8.94 -
YUV 79.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 193 21 81 0 0.89 0.58 0.24 339.07 0.8 0.42
Hex C1 15 51 0 59 3A 18 153 50 2A
Octal 301 25 121 0 131 72 30 523 120 52
Binary 11000001 10101 1010001 0 1011001 111010 11000 101010011 1010000 101010

Color Harmonies of #C11551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11551

Black with #C11551

Text Example


Text Example

White with #C11551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11551; }

 p { color: rgb(193,21,81); }

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

background-color css

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

 a { background-color: rgb(193,21,81); }

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

border-color css

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

 span { border-color: rgb(193,21,81); }

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