Html Css Color HEX #C11952 Old Rose

📋 copy color: '#C11952'

red 193 ◦ green 25 ◦ blue 82

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

Shades of Old Rose #C11952

Tints of Old Rose #C11952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 82 (32.42% from 255) = 27.33%

R = 64.33%
G = 8.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11952 (or 0xC11952) is known color: Old Rose. HEX triplet: C1, 19 and 52. RGB value is (193,25,82). Sum of RGB (Red+Green+Blue) = 193+25+82=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11952 is #3EE6AD. Grayscale: #515151. Windows color (decimal): -4122286 or 5380545. OLE color: 5380545.

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

Color convert

RGB 193 25 82 -
CMYK 0 0.87 0.58 0.24
HSL 339.64º 0.77% 0.43% -
HSV(B) 339.64º 0.87% 0.76% -
XYZ 23.86 12.64 9.17 -
YUV 81.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 193 25 82 0 0.87 0.58 0.24 339.64 0.77 0.43
Hex C1 19 52 0 57 3A 18 154 4D 2B
Octal 301 31 122 0 127 72 30 524 115 53
Binary 11000001 11001 1010010 0 1010111 111010 11000 101010100 1001101 101011

Color Harmonies of #C11952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11952

Black with #C11952

Text Example


Text Example

White with #C11952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11952; }

 p { color: rgb(193,25,82); }

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

background-color css

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

 a { background-color: rgb(193,25,82); }

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

border-color css

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

 span { border-color: rgb(193,25,82); }

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