Html Css Color HEX #C12A46 Old Rose

📋 copy color: '#C12A46'

red 193 ◦ green 42 ◦ blue 70

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

Shades of Old Rose #C12A46

Tints of Old Rose #C12A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

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

R = 63.28%
G = 13.77%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12A46 (or 0xC12A46) is known color: Old Rose. HEX triplet: C1, 2A and 46. RGB value is (193,42,70). Sum of RGB (Red+Green+Blue) = 193+42+70=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A46 is #3ED5B9. Grayscale: #5A5A5A. Windows color (decimal): -4117946 or 4598465. OLE color: 4598465.

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

Color convert

RGB 193 42 70 -
CMYK 0 0.78 0.64 0.24
HSL 348.87º 0.64% 0.46% -
HSV(B) 348.87º 0.78% 0.76% -
XYZ 23.93 13.44 7.13 -
YUV 90.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 193 42 70 0 0.78 0.64 0.24 348.87 0.64 0.46
Hex C1 2A 46 0 4E 40 18 15D 40 2E
Octal 301 52 106 0 116 100 30 535 100 56
Binary 11000001 101010 1000110 0 1001110 1000000 11000 101011101 1000000 101110

Color Harmonies of #C12A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A46

Black with #C12A46

Text Example


Text Example

White with #C12A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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