Html Css Color HEX #C11855 Old Rose

📋 copy color: '#C11855'

red 193 ◦ green 24 ◦ blue 85

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

Shades of Old Rose #C11855

Tints of Old Rose #C11855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 63.91%
G = 7.95%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C11855 (or 0xC11855) is known color: Old Rose. HEX triplet: C1, 18 and 55. RGB value is (193,24,85). Sum of RGB (Red+Green+Blue) = 193+24+85=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C11855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11855 is #3EE7AA. Grayscale: #515151. Windows color (decimal): -4122539 or 5576897. OLE color: 5576897.

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

Color convert

RGB 193 24 85 -
CMYK 0 0.88 0.56 0.24
HSL 338.34º 0.78% 0.43% -
HSV(B) 338.34º 0.88% 0.76% -
XYZ 23.96 12.65 9.77 -
YUV 81.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 193 24 85 0 0.88 0.56 0.24 338.34 0.78 0.43
Hex C1 18 55 0 58 38 18 152 4E 2B
Octal 301 30 125 0 130 70 30 522 116 53
Binary 11000001 11000 1010101 0 1011000 111000 11000 101010010 1001110 101011

Color Harmonies of #C11855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11855

Black with #C11855

Text Example


Text Example

White with #C11855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11855; }

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

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

background-color css

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

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

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

border-color css

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

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

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