Html Css Color HEX #C11655 Old Rose

📋 copy color: '#C11655'

red 193 ◦ green 22 ◦ blue 85

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

Shades of Old Rose #C11655

Tints of Old Rose #C11655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 64.33%
G = 7.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C11655 (or 0xC11655) is known color: Old Rose. HEX triplet: C1, 16 and 55. RGB value is (193,22,85). Sum of RGB (Red+Green+Blue) = 193+22+85=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11655 is #3EE9AA. Grayscale: #505050. Windows color (decimal): -4123051 or 5576385. OLE color: 5576385.

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

Color convert

RGB 193 22 85 -
CMYK 0 0.89 0.56 0.24
HSL 337.89º 0.8% 0.42% -
HSV(B) 337.89º 0.89% 0.76% -
XYZ 23.92 12.57 9.76 -
YUV 80.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 193 22 85 0 0.89 0.56 0.24 337.89 0.8 0.42
Hex C1 16 55 0 59 38 18 152 50 2A
Octal 301 26 125 0 131 70 30 522 120 52
Binary 11000001 10110 1010101 0 1011001 111000 11000 101010010 1010000 101010

Color Harmonies of #C11655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11655

Black with #C11655

Text Example


Text Example

White with #C11655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11655; }

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

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

background-color css

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

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

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

border-color css

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

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

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