Html Css Color HEX #C11759 Old Rose

📋 copy color: '#C11759'

red 193 ◦ green 23 ◦ blue 89

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

Shades of Old Rose #C11759

Tints of Old Rose #C11759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 63.28%
G = 7.54%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C11759 (or 0xC11759) is known color: Old Rose. HEX triplet: C1, 17 and 59. RGB value is (193,23,89). Sum of RGB (Red+Green+Blue) = 193+23+89=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C11759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11759 is #3EE8A6. Grayscale: #515151. Windows color (decimal): -4122791 or 5838785. OLE color: 5838785.

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

Color convert

RGB 193 23 89 -
CMYK 0 0.88 0.54 0.24
HSL 336.71º 0.79% 0.42% -
HSV(B) 336.71º 0.88% 0.76% -
XYZ 24.1 12.67 10.63 -
YUV 81.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 193 23 89 0 0.88 0.54 0.24 336.71 0.79 0.42
Hex C1 17 59 0 58 36 18 151 4F 2A
Octal 301 27 131 0 130 66 30 521 117 52
Binary 11000001 10111 1011001 0 1011000 110110 11000 101010001 1001111 101010

Color Harmonies of #C11759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11759

Black with #C11759

Text Example


Text Example

White with #C11759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11759; }

 p { color: rgb(193,23,89); }

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

background-color css

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

 a { background-color: rgb(193,23,89); }

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

border-color css

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

 span { border-color: rgb(193,23,89); }

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