Html Css Color HEX #C12449 Old Rose

📋 copy color: '#C12449'

red 193 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #C12449

Tints of Old Rose #C12449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 63.91%
G = 11.92%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C12449 (or 0xC12449) is known color: Old Rose. HEX triplet: C1, 24 and 49. RGB value is (193,36,73). Sum of RGB (Red+Green+Blue) = 193+36+73=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C12449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12449 is #3EDBB6. Grayscale: #575757. Windows color (decimal): -4119479 or 4793537. OLE color: 4793537.

HSL color Cylindrical-coordinate representation of color #C12449: hue angle of 345.86º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12449 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 73 -
CMYK 0 0.81 0.62 0.24
HSL 345.86º 0.69% 0.45% -
HSV(B) 345.86º 0.81% 0.76% -
XYZ 23.83 13.08 7.57 -
YUV 87.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 193 36 73 0 0.81 0.62 0.24 345.86 0.69 0.45
Hex C1 24 49 0 51 3E 18 15A 45 2D
Octal 301 44 111 0 121 76 30 532 105 55
Binary 11000001 100100 1001001 0 1010001 111110 11000 101011010 1000101 101101

Color Harmonies of #C12449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12449

Black with #C12449

Text Example


Text Example

White with #C12449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12449; }

 p { color: rgb(193,36,73); }

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

background-color css

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

 a { background-color: rgb(193,36,73); }

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

border-color css

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

 span { border-color: rgb(193,36,73); }

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