Html Css Color HEX #C11455 Old Rose

📋 copy color: '#C11455'

red 193 ◦ green 20 ◦ blue 85

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

Shades of Old Rose #C11455

Tints of Old Rose #C11455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 64.77%
G = 6.71%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C11455 (or 0xC11455) is known color: Old Rose. HEX triplet: C1, 14 and 55. RGB value is (193,20,85). Sum of RGB (Red+Green+Blue) = 193+20+85=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11455 is #3EEBAA. Grayscale: #4F4F4F. Windows color (decimal): -4123563 or 5575873. OLE color: 5575873.

HSL color Cylindrical-coordinate representation of color #C11455: hue angle of 337.46º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11455 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 85 -
CMYK 0 0.90 0.56 0.24
HSL 337.46º 0.81% 0.42% -
HSV(B) 337.46º 0.9% 0.76% -
XYZ 23.88 12.49 9.75 -
YUV 79.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 193 20 85 0 0.90 0.56 0.24 337.46 0.81 0.42
Hex C1 14 55 0 5A 38 18 151 51 2A
Octal 301 24 125 0 132 70 30 521 121 52
Binary 11000001 10100 1010101 0 1011010 111000 11000 101010001 1010001 101010

Color Harmonies of #C11455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11455

Black with #C11455

Text Example


Text Example

White with #C11455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11455; }

 p { color: rgb(193,20,85); }

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

background-color css

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

 a { background-color: rgb(193,20,85); }

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

border-color css

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

 span { border-color: rgb(193,20,85); }

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