Html Css Color HEX #C11754 Old Rose

📋 copy color: '#C11754'

red 193 ◦ green 23 ◦ blue 84

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

Shades of Old Rose #C11754

Tints of Old Rose #C11754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28%

R = 64.33%
G = 7.67%
B = 28%

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

#C11754 (or 0xC11754) is known color: Old Rose. HEX triplet: C1, 17 and 54. RGB value is (193,23,84). Sum of RGB (Red+Green+Blue) = 193+23+84=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11754 is #3EE8AB. Grayscale: #505050. Windows color (decimal): -4122796 or 5511105. OLE color: 5511105.

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

Color convert

RGB 193 23 84 -
CMYK 0 0.88 0.56 0.24
HSL 338.47º 0.79% 0.42% -
HSV(B) 338.47º 0.88% 0.76% -
XYZ 23.9 12.59 9.56 -
YUV 80.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 193 23 84 0 0.88 0.56 0.24 338.47 0.79 0.42
Hex C1 17 54 0 58 38 18 152 4F 2A
Octal 301 27 124 0 130 70 30 522 117 52
Binary 11000001 10111 1010100 0 1011000 111000 11000 101010010 1001111 101010

Color Harmonies of #C11754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11754

Black with #C11754

Text Example


Text Example

White with #C11754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11754; }

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

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

background-color css

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

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

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

border-color css

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

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

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