Html Css Color HEX #C11758 Old Rose

📋 copy color: '#C11758'

red 193 ◦ green 23 ◦ blue 88

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

Shades of Old Rose #C11758

Tints of Old Rose #C11758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 63.49%
G = 7.57%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C11758 (or 0xC11758) is known color: Old Rose. HEX triplet: C1, 17 and 58. RGB value is (193,23,88). Sum of RGB (Red+Green+Blue) = 193+23+88=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C11758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11758 is #3EE8A7. Grayscale: #515151. Windows color (decimal): -4122792 or 5773249. OLE color: 5773249.

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

Color convert

RGB 193 23 88 -
CMYK 0 0.88 0.54 0.24
HSL 337.06º 0.79% 0.42% -
HSV(B) 337.06º 0.88% 0.76% -
XYZ 24.06 12.65 10.41 -
YUV 81.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 193 23 88 0 0.88 0.54 0.24 337.06 0.79 0.42
Hex C1 17 58 0 58 36 18 151 4F 2A
Octal 301 27 130 0 130 66 30 521 117 52
Binary 11000001 10111 1011000 0 1011000 110110 11000 101010001 1001111 101010

Color Harmonies of #C11758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11758

Black with #C11758

Text Example


Text Example

White with #C11758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11758; }

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

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

background-color css

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

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

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

border-color css

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

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

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