Html Css Color HEX #C11558 Old Rose

📋 copy color: '#C11558'

red 193 ◦ green 21 ◦ blue 88

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

Shades of Old Rose #C11558

Tints of Old Rose #C11558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 63.91%
G = 6.95%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C11558 (or 0xC11558) is known color: Old Rose. HEX triplet: C1, 15 and 58. RGB value is (193,21,88). Sum of RGB (Red+Green+Blue) = 193+21+88=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C11558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11558 is #3EEAA7. Grayscale: #4F4F4F. Windows color (decimal): -4123304 or 5772737. OLE color: 5772737.

HSL color Cylindrical-coordinate representation of color #C11558: hue angle of 336.63º 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 #C11558 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 88 -
CMYK 0 0.89 0.54 0.24
HSL 336.63º 0.8% 0.42% -
HSV(B) 336.63º 0.89% 0.76% -
XYZ 24.02 12.58 10.39 -
YUV 80.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 193 21 88 0 0.89 0.54 0.24 336.63 0.8 0.42
Hex C1 15 58 0 59 36 18 151 50 2A
Octal 301 25 130 0 131 66 30 521 120 52
Binary 11000001 10101 1011000 0 1011001 110110 11000 101010001 1010000 101010

Color Harmonies of #C11558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11558

Black with #C11558

Text Example


Text Example

White with #C11558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11558; }

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

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

background-color css

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

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

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

border-color css

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

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

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