Html Css Color HEX #C12950 Old Rose

📋 copy color: '#C12950'

red 193 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #C12950

Tints of Old Rose #C12950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 61.46%
G = 13.06%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C12950 (or 0xC12950) is known color: Old Rose. HEX triplet: C1, 29 and 50. RGB value is (193,41,80). Sum of RGB (Red+Green+Blue) = 193+41+80=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C12950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12950 is #3ED6AF. Grayscale: #5A5A5A. Windows color (decimal): -4118192 or 5253569. OLE color: 5253569.

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

Color convert

RGB 193 41 80 -
CMYK 0 0.79 0.59 0.24
HSL 344.61º 0.65% 0.46% -
HSV(B) 344.61º 0.79% 0.76% -
XYZ 24.23 13.5 8.92 -
YUV 90.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 193 41 80 0 0.79 0.59 0.24 344.61 0.65 0.46
Hex C1 29 50 0 4F 3B 18 159 41 2E
Octal 301 51 120 0 117 73 30 531 101 56
Binary 11000001 101001 1010000 0 1001111 111011 11000 101011001 1000001 101110

Color Harmonies of #C12950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12950

Black with #C12950

Text Example


Text Example

White with #C12950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12950; }

 p { color: rgb(193,41,80); }

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

background-color css

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

 a { background-color: rgb(193,41,80); }

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

border-color css

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

 span { border-color: rgb(193,41,80); }

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