Html Css Color HEX #C11C61 Old Rose

📋 copy color: '#C11C61'

red 193 ◦ green 28 ◦ blue 97

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

Shades of Old Rose #C11C61

Tints of Old Rose #C11C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 60.69%
G = 8.81%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11C61 (or 0xC11C61) is known color: Old Rose. HEX triplet: C1, 1C and 61. RGB value is (193,28,97). Sum of RGB (Red+Green+Blue) = 193+28+97=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C61 is #3EE39E. Grayscale: #555555. Windows color (decimal): -4121503 or 6364353. OLE color: 6364353.

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

Color convert

RGB 193 28 97 -
CMYK 0 0.85 0.50 0.24
HSL 334.91º 0.75% 0.43% -
HSV(B) 334.91º 0.85% 0.76% -
XYZ 24.57 13.03 12.53 -
YUV 85.2 134.66 204.89 -
System Red Green Blue C M Y K H S L
Decimal 193 28 97 0 0.85 0.50 0.24 334.91 0.75 0.43
Hex C1 1C 61 0 55 32 18 14F 4B 2B
Octal 301 34 141 0 125 62 30 517 113 53
Binary 11000001 11100 1100001 0 1010101 110010 11000 101001111 1001011 101011

Color Harmonies of #C11C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C61

Black with #C11C61

Text Example


Text Example

White with #C11C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C61; }

 p { color: rgb(193,28,97); }

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

background-color css

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

 a { background-color: rgb(193,28,97); }

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

border-color css

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

 span { border-color: rgb(193,28,97); }

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