Html Css Color HEX #C11753 Old Rose

📋 copy color: '#C11753'

red 193 ◦ green 23 ◦ blue 83

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

Shades of Old Rose #C11753

Tints of Old Rose #C11753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 64.55%
G = 7.69%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C11753 (or 0xC11753) is known color: Old Rose. HEX triplet: C1, 17 and 53. RGB value is (193,23,83). Sum of RGB (Red+Green+Blue) = 193+23+83=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C11753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11753 is #3EE8AC. Grayscale: #505050. Windows color (decimal): -4122797 or 5445569. OLE color: 5445569.

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

Color convert

RGB 193 23 83 -
CMYK 0 0.88 0.57 0.24
HSL 338.82º 0.79% 0.42% -
HSV(B) 338.82º 0.88% 0.76% -
XYZ 23.86 12.57 9.35 -
YUV 80.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 193 23 83 0 0.88 0.57 0.24 338.82 0.79 0.42
Hex C1 17 53 0 58 39 18 153 4F 2A
Octal 301 27 123 0 130 71 30 523 117 52
Binary 11000001 10111 1010011 0 1011000 111001 11000 101010011 1001111 101010

Color Harmonies of #C11753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11753

Black with #C11753

Text Example


Text Example

White with #C11753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11753; }

 p { color: rgb(193,23,83); }

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

background-color css

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

 a { background-color: rgb(193,23,83); }

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

border-color css

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

 span { border-color: rgb(193,23,83); }

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