Html Css Color HEX #C11552 Old Rose

📋 copy color: '#C11552'

red 193 ◦ green 21 ◦ blue 82

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

Shades of Old Rose #C11552

Tints of Old Rose #C11552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 65.2%
G = 7.09%
B = 27.7%

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

#C11552 (or 0xC11552) is known color: Old Rose. HEX triplet: C1, 15 and 52. RGB value is (193,21,82). Sum of RGB (Red+Green+Blue) = 193+21+82=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C11552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11552 is #3EEAAD. Grayscale: #4F4F4F. Windows color (decimal): -4123310 or 5379521. OLE color: 5379521.

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

Color convert

RGB 193 21 82 -
CMYK 0 0.89 0.58 0.24
HSL 338.72º 0.8% 0.42% -
HSV(B) 338.72º 0.89% 0.76% -
XYZ 23.78 12.48 9.14 -
YUV 79.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 193 21 82 0 0.89 0.58 0.24 338.72 0.8 0.42
Hex C1 15 52 0 59 3A 18 153 50 2A
Octal 301 25 122 0 131 72 30 523 120 52
Binary 11000001 10101 1010010 0 1011001 111010 11000 101010011 1010000 101010

Color Harmonies of #C11552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11552

Black with #C11552

Text Example


Text Example

White with #C11552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11552; }

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

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

background-color css

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

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

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

border-color css

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

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

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