Html Css Color HEX #C12C54 Old Rose

📋 copy color: '#C12C54'

red 193 ◦ green 44 ◦ blue 84

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

Shades of Old Rose #C12C54

Tints of Old Rose #C12C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 60.12%
G = 13.71%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C12C54 (or 0xC12C54) is known color: Old Rose. HEX triplet: C1, 2C and 54. RGB value is (193,44,84). Sum of RGB (Red+Green+Blue) = 193+44+84=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C54 is #3ED3AB. Grayscale: #5D5D5D. Windows color (decimal): -4117420 or 5516481. OLE color: 5516481.

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

Color convert

RGB 193 44 84 -
CMYK 0 0.77 0.56 0.24
HSL 343.89º 0.63% 0.46% -
HSV(B) 343.89º 0.77% 0.76% -
XYZ 24.49 13.78 9.76 -
YUV 93.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 193 44 84 0 0.77 0.56 0.24 343.89 0.63 0.46
Hex C1 2C 54 0 4D 38 18 158 3F 2E
Octal 301 54 124 0 115 70 30 530 77 56
Binary 11000001 101100 1010100 0 1001101 111000 11000 101011000 111111 101110

Color Harmonies of #C12C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C54

Black with #C12C54

Text Example


Text Example

White with #C12C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C54; }

 p { color: rgb(193,44,84); }

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

background-color css

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

 a { background-color: rgb(193,44,84); }

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

border-color css

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

 span { border-color: rgb(193,44,84); }

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