Html Css Color HEX #C12946 Old Rose

📋 copy color: '#C12946'

red 193 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #C12946

Tints of Old Rose #C12946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 63.49%
G = 13.49%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12946 (or 0xC12946) is known color: Old Rose. HEX triplet: C1, 29 and 46. RGB value is (193,41,70). Sum of RGB (Red+Green+Blue) = 193+41+70=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C12946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12946 is #3ED6B9. Grayscale: #595959. Windows color (decimal): -4118202 or 4598209. OLE color: 4598209.

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

Color convert

RGB 193 41 70 -
CMYK 0 0.79 0.64 0.24
HSL 348.55º 0.65% 0.46% -
HSV(B) 348.55º 0.79% 0.76% -
XYZ 23.89 13.37 7.11 -
YUV 89.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 193 41 70 0 0.79 0.64 0.24 348.55 0.65 0.46
Hex C1 29 46 0 4F 40 18 15D 41 2E
Octal 301 51 106 0 117 100 30 535 101 56
Binary 11000001 101001 1000110 0 1001111 1000000 11000 101011101 1000001 101110

Color Harmonies of #C12946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12946

Black with #C12946

Text Example


Text Example

White with #C12946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12946; }

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

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

background-color css

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

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

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

border-color css

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

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

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